Changeset 154 in libcf for trunk/src/cf_util.c


Ignore:
Timestamp:
11/04/13 16:24:55 (11 years ago)
Author:
cheese
Message:

#1 fix file-context bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_util.c

    r152 r154  
    100100 * \return 성공 시, CF_OK; 실패 시, 오류 코드
    101101 *
    102  * \param dt    datetime 구조체 주소
     102 * \param dt    CF_UTIL_DATETIME 구조체 주소
    103103 */
    104104int
     
    132132 * \return 성공 시, CF_OK; 실패 시, 오류 코드
    133133 *
    134  * \param dt    datetime 구조체 주소
     134 * \param dt    CF_UTIL_DATETIME 구조체 주소
    135135 * \param str   변환한 문자열을 저장할 충분한 공간의 메모리
     136 *
     137 * \remarks
     138 * 날짜/시간 문자열 형식 : yyyy-MM-dd HH:mm:ss.SSS
    136139 */
    137140int
Note: See TracChangeset for help on using the changeset viewer.