Changeset 73 in libcf for trunk/src/cf_codec.c


Ignore:
Timestamp:
04/15/13 14:43:13 (11 years ago)
Author:
cheese
Message:

#1 fix makefile for multi-platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_codec.c

    r72 r73  
    2828 * @param hex   16진수 문자열을 저장할 주소
    2929 *
    30  * @remark 16진수 문자열을 저장할 메모리가 미리 할당되어야 하며, 크기는 len * 2 + 1
     30 * @remark
     31 * 16진수 문자열을 저장할 메모리가 미리 할당되어야 하며, <br />
     32 * 크기는 null-character를 포함하여 len * 2 + 1
    3133 */
    3234int
     
    6769 * @param len   바이너리 데이터의 길이를 저장할 주소
    6870 *
    69  * @remark 바이너리 데이터를 저장할 메모리가 미리 할당되어야 하며, 크기는 strlen (hex) / 2
     71 * @remark
     72 * 바이너리 데이터를 저장할 메모리가 미리 할당되어야 하며, <br />
     73 * 크기는 strlen (hex) / 2
    7074 */
    7175int
Note: See TracChangeset for help on using the changeset viewer.