Added backup of NaCl lib
[transsip-mirror.git] / src / strlcpy.h
blob3634b39baaac8388fba67722408288d26b50b3a8
1 /*
2 * transsip - the telephony network
3 * By Daniel Borkmann <daniel@transsip.org>
4 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
6 * Subject to the GPL, version 2.
7 */
9 #ifndef STRLCPY_H
10 #define STRLCPY_H
12 extern size_t strlcpy(char *dest, const char *src, size_t size);
14 #endif /* STRLCPY_H */