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