Linux下獲取用戶主目錄的方法分享

char *path = getenv("HOME"); 

printf("path = %s\n",path); 

getenv是標準庫函數,包含stdlib.h頭文件就可.函數

相關文章
相關標籤/搜索