File: stat.h

package info (click to toggle)
rc 1.7.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 856 kB
  • ctags: 814
  • sloc: ansic: 7,121; sh: 714; yacc: 124; makefile: 94
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#include <sys/stat.h>

#if HAVE_LSTAT
#else
#define lstat(name, buf) (stat((name), (buf)))
#endif