Numworks Epsilon  1.4.1
Graphing Calculator Operating System
string.h
Go to the documentation of this file.
1 #ifndef LIBA_BRIDGE_STRING_H
2 #define LIBA_BRIDGE_STRING_H
3 
4 #include_next <string.h>
5 
6 #include "../private/macros.h"
7 
9 
10 #if (__GLIBC__ || __MINGW32__)
11 size_t strlcpy(char * dst, const char * src, size_t len);
12 #endif
13 
15 
16 #endif
#define LIBA_BEGIN_DECLS
Definition: macros.h:8
size_t strlcpy(char *dst, const char *src, size_t len)
Definition: strlcpy.c:3
#define LIBA_END_DECLS
Definition: macros.h:9