uc3

回顧:   靜態庫(.a)和共享庫(.so)   ar -r gcc -shared -fpic   gcc xx.c -l庫名稱 -L庫路徑   動態調用共享庫    dlopen dlsym dlclose dlerror   C的錯誤處理    1 函數中關於錯誤的設計      用 返回值 表明是否產生錯誤      返回int類型 用 -1 表明錯誤      返回指針類型 用 NULL
本站公眾號
   歡迎關注本站公眾號,獲取更多信息