UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros
stat.h File Reference

Go to the source code of this file.

Data Structures

struct  stat
 

Macros

#define T_DIR   1
 
#define T_FILE   2
 
#define T_DEV   3
 

Macro Definition Documentation

#define T_DEV   3

Definition at line 3 of file stat.h.

#define T_DIR   1

Definition at line 1 of file stat.h.

#define T_FILE   2

Definition at line 2 of file stat.h.