Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
curl-7 /
include /
curl /
Delete
Unzip
Name
Size
Permission
Date
Action
curl.h
124.44
KB
-rw-r--r--
2023-01-11 06:42
curlver.h
3
KB
-rw-r--r--
2023-01-11 06:42
easy.h
3.95
KB
-rw-r--r--
2023-01-11 06:42
header.h
2.85
KB
-rw-r--r--
2023-01-11 06:42
mprintf.h
2.08
KB
-rw-r--r--
2023-01-11 06:42
multi.h
16.92
KB
-rw-r--r--
2023-01-11 06:42
options.h
2.36
KB
-rw-r--r--
2023-01-11 06:42
stdcheaders.h
1.34
KB
-rw-r--r--
2023-01-11 06:42
system.h
18.74
KB
-rw-r--r--
2023-01-11 06:42
typecheck-gcc.h
42.61
KB
-rw-r--r--
2023-01-11 06:42
urlapi.h
5.17
KB
-rw-r--r--
2023-01-11 06:42
websockets.h
2.63
KB
-rw-r--r--
2023-01-11 06:42
Save
Rename
#ifndef CURLINC_STDCHEADERS_H #define CURLINC_STDCHEADERS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * SPDX-License-Identifier: curl * ***************************************************************************/ #include <sys/types.h> size_t fread(void *, size_t, size_t, FILE *); size_t fwrite(const void *, size_t, size_t, FILE *); int strcasecmp(const char *, const char *); int strncasecmp(const char *, const char *, size_t); #endif /* CURLINC_STDCHEADERS_H */