⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clib_ext.h

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 H
字号:
/* DO NOT EDIT: automatically built by dist/s_include. */#ifndef	_clib_ext_h_#define	_clib_ext_h_#if defined(__cplusplus)extern "C" {#endif#ifndef HAVE_GETCWDchar *getcwd __P((char *, size_t));#endif#ifndef HAVE_GETOPTint getopt __P((int, char * const *, const char *));#endif#ifndef HAVE_MEMCMPint memcmp __P((const void *, const void *, size_t));#endif#ifndef HAVE_MEMCPYvoid *memcpy __P((void *, const void *, size_t));#endif#ifndef HAVE_MEMMOVEvoid *memmove __P((void *, const void *, size_t));#endif#ifndef HAVE_RAISEint raise __P((int));#endif#ifndef HAVE_SNPRINTFint snprintf __P((char *, size_t, const char *, ...));#endif#ifndef HAVE_STRCASECMPint strcasecmp __P((const char *, const char *));#endif#ifndef HAVE_STRCASECMPint strncasecmp __P((const char *, const char *, size_t));#endif#ifndef HAVE_STRDUPchar *strdup __P((const char *));#endif#ifndef HAVE_STRERRORchar *strerror __P((int));#endif#ifndef HAVE_VSNPRINTFint vsnprintf __P((char *, size_t, const char *, va_list));#endif#if defined(__cplusplus)}#endif#endif /* !_clib_ext_h_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -