aboutsummaryrefslogtreecommitdiffstats
path: root/compat/strlcpy.h
blob: 74d772d31b0dad8f39f917d4e72234b748ea99df (plain)
1
2
3
4
5
6
7
8
#ifndef STRLCPY_H
#define STRLCPY_H

#include <sys/types.h>

size_t strlcpy(char *, const char*, size_t);

#endif