stdlib.h

来自「AS86 and LD86 source codes, used in buil」· C头文件 代码 · 共 13 行

H
13
字号
/* some things shouldn't be macros, get out your barf bag */#ifndef _BSD_STDLIB_H#define _BSD_STDLIB_H#undef __MALLOC_0_RETURNS_NULL#define __MALLOC_0_RETURNS_NULL#include_next <stdlib.h>#undef atoi#undef atol#endif /* _BSD_STDLIB_H */

⌨️ 快捷键说明

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