![]() |
0.01.00
|
This file is a wrapper for the standard "string.h" file Some platforms provide all required functions, some do not. More...
Go to the source code of this file.
Macros | |
| #define | WRAP_EXTERN_C extern |
| #define | strnlen(S, N) missing_strnlen( S, N ) |
| #define | strlcpy(D, S, N) missing_strlcpy( D, S, N ) |
| #define | strlcat(D, S, N) missing_strlcat( D, S, N ) |
This file is a wrapper for the standard "string.h" file Some platforms provide all required functions, some do not.
This solves the missing functions in #include <string.h>