《C專家編程》筆記(三)---相鄰的字符串自動合併

#include <stdio.h>
#include <stdlib.h>

int main()
{
    int MB=0;
    while(malloc(1<<20))
        ++MB;
    printf("Allocated %d MB "      "total."     "\n", MB);

    return 0;
}
相關文章
相關標籤/搜索