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

📄 allocate.p

📁 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
💻 P
字号:

/* Protogen Version 1.07 Tuesday October 31, 1995  21:29:03 */

                             /* Allocate.c */

void MemoryInit(uint size);
void MemoryRundown(void);
void *ReallocateMemory(void *buf, uint size);
void *AllocateMemory(uint size);
void DeallocateMemory(void *pos);

⌨️ 快捷键说明

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