File: stat.h

package info (click to toggle)
rc 1.7.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 884 kB
  • sloc: ansic: 7,121; sh: 722; yacc: 124; makefile: 100
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