1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 02:06:26 +02:00
Files
coreutils/lib/euidaccess-stat.h
T

6 lines
123 B
C
Raw Normal View History

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