test.c:9: warning: assignment makes pointer from integer without a cast
查看过手册,里面是说 get_current_dir_name, which is only prototyped if _GNU_SOURCE is defined, will malloc(3) an array big enough to hold the current directory name. If the environment variable PWD is set, and its value is correct, then that value will be returned.