mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
libc/str:add strlcat to libc
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
251b8a3445
commit
80d32edbe1
@@ -63,6 +63,7 @@ int strerror_r(int, FAR char *, size_t);
|
||||
size_t strlen(FAR const char *);
|
||||
size_t strnlen(FAR const char *, size_t);
|
||||
FAR char *strcat(FAR char *, FAR const char *);
|
||||
size_t strlcat(FAR char *, FAR const char *, size_t);
|
||||
FAR char *strncat(FAR char *, FAR const char *, size_t);
|
||||
int strcmp(FAR const char *, FAR const char *);
|
||||
int strncmp(FAR const char *, FAR const char *, size_t);
|
||||
|
||||
Reference in New Issue
Block a user