Changeset 15 in libcf for trunk/include/cf_file.h


Ignore:
Timestamp:
01/31/13 23:37:06 (11 years ago)
Author:
cheese
Message:

#1 add test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_file.h

    r12 r15  
    1515#define CF_ERROR_FILE_CLOSE             CF_ERROR_FILE - 6
    1616#define CF_ERROR_FILE_GET_SIZE          CF_ERROR_FILE - 7
     17
     18#define RO      O_RDONLY
     19#define WO      O_WRONLY
     20#define WR      O_RDWR
     21#define CR      O_CREAT
     22#define TR      O_TRUNC
    1723
    1824#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.