OSDN Git Service

libtest:ライブラリテスト用ソースを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chn / chnlib.h
index 3bca6ed..6d9c68d 100755 (executable)
@@ -113,6 +113,7 @@ uint CHNLIB_CString_GetCountOfContain(const char s[], const char search[]);
 //@chnlib02.c\r
 int CHNLIB_String_Search_UIPArrayStringLocation(const CHNLIB_String *s, int s_start, const CHNLIB_UIPArray *list, int *location);\r
 int CHNLIB_UIPArray_GetSeparatedStringByUIPArray(CHNLIB_UIPArray **separated, const CHNLIB_UIPArray *list, const CHNLIB_String *s);\r
+int CHNLIB_UIPArray_GetSeparatedUTF8Character(CHNLIB_UIPArray **separated, const CHNLIB_String *s);\r
 CHNLIB_String *CHNLIB_ReadLine(FILE *fp);\r
 \r
 //@chnlib03.c\r