Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 135 Bytes

getcwd.md

File metadata and controls

8 lines (7 loc) · 135 Bytes

函数原型

#include <unistd.h>

char *getcwd(char *buf,size_t size);

返回值

返回当前目录名的绝对路径。