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


Ignore:
Timestamp:
06/04/13 14:25:10 (11 years ago)
Author:
cheese
Message:

#1 add typical data structure algorithms (linked-list / queue / stak) and rename symbol for context of each modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_base.h

    r105 r109  
    3333
    3434/** boolean 타입 */
    35 typedef enum {
     35typedef enum
     36{
    3637    CF_FALSE = 0,   /**< 거짓 */
    3738    CF_TRUE = 1     /**< 참 */
    38 } E_CF_BOOL,
    39 /**
    40  * boolean 타입
    41  * @see E_CF_BOOL
    42  */
    43     CF_BOOL;
     39} CF_BOOL;
    4440
    4541/** 성공 시, 반환 값 */
     
    4743/** 오류 코드 */
    4844#define CF_ERROR                        -1
    49 
    50 /** 파일 이름 및 경로 길이 */
    51 #define NAME_LENGTH                     128
    5245
    5346/** Windows 에서의 함수 EXPORT 구문 정의 */
Note: See TracChangeset for help on using the changeset viewer.