From: MORIOKA Tomohiko Date: Sun, 14 Apr 2013 09:33:08 +0000 (+0900) Subject: (cos_string_p): New prototype. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=bc990fef0a2272d8634efca16dec7dd553c9fcc8;hp=94b3c1ba8be4bfc7ce992150f3f7b003c74dfbe7 (cos_string_p): New prototype. --- diff --git a/cos.h b/cos.h index dfd9679..3b157fc 100644 --- a/cos.h +++ b/cos.h @@ -55,6 +55,8 @@ typedef struct COS_String_ent* COS_String; COS_String cos_make_string (char* str, size_t size); COS_String cos_build_string (char* str); +int cos_string_p (COS_object obj); + size_t cos_string_size (COS_String string); char* cos_string_data (COS_String string);