Added header comment for needed packets on Debian/Ubuntu
[ana-net.git] / app / strlcpy.h
blobc0d0bf641ca8c245ca3e3b1c70772587f26af37f
1 /*
2 * Lightweight Autonomic Network Architecture
3 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
4 * Swiss federal institute of technology (ETH Zurich)
5 * Subject to the GPL.
6 */
8 #ifndef STRLCPY_H
9 #define STRLCPY_H
11 extern size_t strlcpy(char *dest, const char *src, size_t size);
13 #endif /* STRLCPY_H */