mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
Add strndup()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3649 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ae8cfb1bf1
commit
a201aecd89
6 changed files with 101 additions and 6 deletions
|
|
@ -62,6 +62,7 @@ extern "C" {
|
|||
|
||||
EXTERN char *strchr(const char *s, int c);
|
||||
EXTERN FAR char *strdup(const char *s);
|
||||
EXTERN FAR char *strndup(FAR const char *s, size_t size);
|
||||
EXTERN const char *strerror(int);
|
||||
EXTERN size_t strlen(const char *);
|
||||
EXTERN size_t strnlen(const char *, size_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue