34b668e396d33cdbe6d45107539ad25c1ce0e6a6
[fio.git] / lib / strlcat.h
1 #ifndef FIO_STRLCAT_H
2 #define FIO_STRLCAT_h
3
4 size_t strlcat(char *dst, const char *src, size_t size);
5
6 #endif