C语言库函数(S类字母)
函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk() "); printf("Before sbrk() call: %lu bytes free ", (unsigned long) core
  - 上一篇:C语言库函数(W类字母)
 - 下一篇:C语言库函数(S类字母)-2
 
精彩图集
    
    精彩文章
    




