Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2391 → Rev 2392

/branches/fs/uspace/share/base_const.h
0,0 → 1,10
/* Base constants. */
 
#ifndef _BASE_CONST_H
#define _BASE_CONST_H
 
#define FALSE 0 /* used for turning integers into Booleans */
#define TRUE 1
#define OK 0
 
#endif /* _BASE_CONST_H */