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
8
LIBA_BEGIN_DECLS
9
10
#if (__GLIBC__ || __MINGW32__)
11
size_t
strlcpy
(
char
* dst,
const
char
* src,
size_t
len);
12
#endif
13
14
LIBA_END_DECLS
15
16
#endif
LIBA_BEGIN_DECLS
#define LIBA_BEGIN_DECLS
Definition:
macros.h:8
strlcpy
size_t strlcpy(char *dst, const char *src, size_t len)
Definition:
strlcpy.c:3
LIBA_END_DECLS
#define LIBA_END_DECLS
Definition:
macros.h:9
epsilon
liba
include
bridge
string.h
Generated by
1.8.14