Fix cfw_strndup() and add cfw_strnlen().
This commit is contained in:
parent
f9171cf8a1
commit
8f0ffd2483
2 changed files with 15 additions and 10 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
typedef struct CFWString CFWString;
|
||||
extern CFWClass *cfw_string;
|
||||
extern size_t cfw_strnlen(const char*, size_t);
|
||||
extern char* cfw_strdup(const char*);
|
||||
extern char* cfw_strndup(const char*, size_t);
|
||||
extern const char* cfw_string_c(CFWString*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue