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

📄 stdlib.h

📁 compiler
💻 H
字号:
/*@A (C) 1992 Allen I. Holub                                                */
/* This file lets us use an ANSI #include <stdlib.h> in a UNIX program */
#ifdef MSDOS

This message deliberately generates an error under MS-DOS. You should use the
stdlib.h that comes with your compiler, not the current file. You will get
the current version of the file only if you compiler searches the /include
directory for the compiler sources BEFORE it searches the default include
directory.  If this is the case, either change the search order in your
INCLUDE environment so that the compiler will get the real stdlib.h or delete
the current file.

#else
#include <malloc.h>
extern int errno;
#endif

⌨️ 快捷键说明

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