Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
string.h
Go to the documentation of this file.
1/* Fuzzing wrapper for <string.h>: adds strlcpy/strlcat prototypes missing from C99. */
2#include_next <string.h>
3
4size_t strlcpy(char *dst, const char *src, size_t size);
5size_t strlcat(char *dst, const char *src, size_t size);
size_t strlcat(char *dst, const char *src, size_t size)
size_t strlcpy(char *dst, const char *src, size_t size)