/usr/include/curl
NameSizeModeActions
curl.h1189050644editdlrm
curlver.h30350644editdlrm
easy.h39800644editdlrm
mprintf.h20690644editdlrm
multi.h172070644editdlrm
options.h23790644editdlrm
stdcheaders.h13390644editdlrm
system.h190280644editdlrm
typecheck-gcc.h427480644editdlrm
urlapi.h44860644editdlrm
Edit: /usr/include/curl/stdcheaders.h (1339B)
#ifndef CURLINC_STDCHEADERS_H #define CURLINC_STDCHEADERS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2020, Daniel Stenberg, , 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. * ***************************************************************************/ #include 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 */