funtc135b.dat
来自「C++指令字典 一个方便的软件 用于C++指令的查询」· DAT 代码 · 共 10 行
DAT
10 行
#include <stdio.h>
#include <alloc.h>
int main(void)
{
printf("The difference between the highest allocated block in the far");
printf("heap and the top of the far heap is: %lu bytes", farcoreleft());
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?