wincfg.h

来自「这是一个开放源代码的与WINNT/WIN2K/WIN2003兼容的操作系统」· C头文件 代码 · 共 34 行

H
34
字号
#define SELECT_TYPE_ARG1 int

/* Define to the type of args 2, 3 and 4 for select(). */
#define SELECT_TYPE_ARG234 (fd_set *)

/* Define to the type of arg5 for select(). */
#define SELECT_TYPE_ARG5 (struct timeval *)

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the mktime function.  */
#define HAVE_MKTIME 1

/* Define if you have the socket function.  */
#define HAVE_SOCKET 1

/* #define HAVE_STRCASECMP 1 */

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the <unistd.h> header file.  */
/* #define HAVE_UNISTD_H 1 */

#define HAVE_LONG_LONG 1
#define SCANF_LONG_LONG "%I64d"
#define PRINTF_LONG_LONG "%I64d"
#define PRINTF_LONG_LONG_I64D 1
#define SCANF_LONG_LONG_I64D 1

⌨️ 快捷键说明

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