UNIX環境高級編程7.7共享庫7.9環境變量

  // environ/hello1.c #include <stdio.h> int main() { printf("hello, world\n"); return 0; } // g++ hello1.c -o hello1.a // g++ -static hello1.c -o hello1.b , error occurs and I didn't find
相關文章
相關標籤/搜索