OSDN Git Service

データ保存関連を整備。
[chnosproject/CHNOSProject.git] / CHNOSProject / chn / chnlib.h
index 2b413fe..20c6964 100755 (executable)
@@ -28,6 +28,7 @@
 #ifdef DEBUG\r
 //#define DEBUG_MEMORY_ALLOCATION\r
 //#define DEBUG_MEMORY_REFERENCE_COUNT\r
+//#define DEBUG_STRING_STRICT\r
 #endif\r
 \r
 //\r
@@ -117,6 +118,7 @@ CHNLIB_UIPArray *CHNLIB_UIPArray_GetSortedInDescendingOrderByData32(const CHNLIB
 typedef struct CHNLIB_STRING CHNLIB_String;\r
 struct CHNLIB_STRING;\r
 CHNLIB_String *CHNLIB_String_Initialize(const char str[]);\r
+CHNLIB_String *CHNLIB_String_InitializeWithFormat(const char format[], ...);\r
 void CHNLIB_String_Free(CHNLIB_String *strtag);\r
 int CHNLIB_String_SetStringFromCString(CHNLIB_String *strtag, const char s[]);\r
 int CHNLIB_String_Print(CHNLIB_String *strtag);\r