libc_startup.h
来自「ecos下的gui开发源代码」· C头文件 代码 · 共 22 行
H
22 行
#ifndef CYGONCE_PKGCONF_LIBC_STARTUP_H
#define CYGONCE_PKGCONF_LIBC_STARTUP_H
/*
* File <pkgconf/libc_startup.h>
*
* This file is generated automatically by the configuration
* system. It should not be edited. Any changes to this file
* may be overwritten.
*/
#define CYGDAT_LIBC_ARGUMENTS {"", NULL}
#define CYGSEM_LIBC_STARTUP_MAIN_OTHER 1
#define CYGNUM_LIBC_MAIN_DEFAULT_STACK_SIZE 262144
#define CYGNUM_LIBC_MAIN_DEFAULT_STACK_SIZE_262144
#define CYGFUN_LIBC_ATEXIT 1
#define CYGNUM_LIBC_ATEXIT_HANDLERS 32
#define CYGNUM_LIBC_ATEXIT_HANDLERS_32
#define CYGSEM_LIBC_EXIT_CALLS_FFLUSH 1
#define CYGDAT_LIBC_DEFAULT_ENVIRONMENT { NULL }
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?