coreutils/lib/euidaccess-stat.h

6 lines
123 B
C
Raw Normal View History

2005-11-20 16:51:38 +08:00
#include <sys/types.h>
#include <sys/stat.h>
#include <stdbool.h>
bool euidaccess_stat (struct stat const *st, int mode);