File: checkfile.h

package info (click to toggle)
glimpse 4.1-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,344 kB
  • ctags: 2,254
  • sloc: ansic: 32,194; makefile: 561; sh: 170; perl: 142
file content (9 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal.  All Rights Reserved. */
#define NOSUCHFILE -3
#define OPENFAILED -2
#define STATFAILED -1
#define ISASCIIFILE 0
#define ISDIRECTORY 1
#define ISBLOCKFILE 2
#define ISSOCKET 3
#define ISBINARYFILE 4