[C] 返回远堆中未使用存储区大小 →→→→→进入此内容的聊天室

来自 , 2020-02-15, 写在 C, 查看 166 次.
URL http://www.code666.cn/view/5938b4d0
  1. #include <stdio.h>
  2. #include <alloc.h>
  3.  
  4. int main ( void )
  5. {
  6.         printf ( "The difference between the\
  7.    highest allocated block in the\
  8.           far\n" );
  9.         printf ( "heap and the top of the far heap\
  10.           is: %lu bytes\n", farcoreleft() );
  11.  
  12.         return 0;
  13. }
  14.  

回复 "返回远堆中未使用存储区大小"

这儿你可以回复上面这条便签

captcha