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

📄 storage.h

📁 eC++编译器源码
💻 H
字号:
#pragma Storage
#include <SYSTEM.h>

  /* Allocates space from the heap; a:=NIL if none; size is in TSIZE units */
void ALLOCATE(ADDRESS &a, unsigned int size);

    /* Deallocates space from the heap; a big chunk can be given back
       in pieces, if desired.  The implementation is free to omit the
       validity check on "size". It is the user's responsibilty to make
       sure that a/size pairs are valid. "a" is set to NIL*/
void DEALLOCATE(ADDRESS &a, unsigned int size);

⌨️ 快捷键说明

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