#include <sys/types.h> #include <sys/stat.h> lstat(path, buf) char *path; struct stat *buf;
lstat(path, buf) char *path; struct stat *buf;