mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add stpcpy(3).
This commit is contained in:
parent
8269e8c887
commit
1d6bd7d717
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ char *strchr(const char *, int);
|
|||
int strcmp(const char *, const char *);
|
||||
int strcoll(const char *, const char *);
|
||||
char *strcpy(char * __restrict, const char * __restrict);
|
||||
char *stpcpy(char *, const char *);
|
||||
size_t strcspn(const char *, const char *);
|
||||
char *strerror(int);
|
||||
size_t strlen(const char *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue