OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
curl
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:53:52 AM
rwxr-xr-x
📄
curl.h
101.91 KB
01/28/2025 01:42:18 AM
rw-r--r--
📄
curlver.h
2.96 KB
09/05/2018 05:47:59 AM
rw-r--r--
📄
easy.h
3.39 KB
12/02/2017 11:33:20 PM
rw-r--r--
📄
mprintf.h
2.02 KB
12/02/2017 11:33:19 PM
rw-r--r--
📄
multi.h
15.83 KB
06/14/2018 02:31:24 PM
rw-r--r--
📄
stdcheaders.h
1.3 KB
12/02/2017 11:33:20 PM
rw-r--r--
📄
system.h
18.05 KB
08/27/2018 09:16:13 AM
rw-r--r--
📄
typecheck-gcc.h
42.2 KB
09/04/2018 08:48:37 PM
rw-r--r--
📄
urlapi.h
4.16 KB
01/28/2025 01:42:18 AM
rw-r--r--
Editing: stdcheaders.h
Close
#ifndef __STDC_HEADERS_H #define __STDC_HEADERS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2016, 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.haxx.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. * ***************************************************************************/ #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 /* __STDC_HEADERS_H */