Changeset 11 in libcf for trunk/include/cf_base.h


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

#1 add logging module (working), fix some bug code and move NAME_LENGTH definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_base.h

    r10 r11  
    66
    77typedef enum {
    8     CF_TRUE = 0,
    9     CF_FALSE = 1
     8    CF_FALSE = 0,
     9    CF_TRUE = 1
    1010} E_CF_BOOL, CF_BOOL;
    1111
Note: See TracChangeset for help on using the changeset viewer.