Changeset 109 in libcf for trunk/src/cf_local.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/src/cf_local.h

    r66 r109  
    66#define __CF_LOCAL_H__
    77
     8/** 파일 이름 및 경로 길이 */
     9#define NAME_LENGTH                     128
     10
     11/** 예외 처리 */
    812#define TRY                     do
    913#define TRY_BREAK               break
     
    1317#define CATCH_ELSE              else
    1418
     19/** non-compatible function */
    1520#if defined(_WIN32) || defined(_WIN64)
    1621# define snprintf       _snprintf
Note: See TracChangeset for help on using the changeset viewer.