blob: baeace40d42d54e4180a7526ed5d406bdc89581e [file] [log] [blame]
#ifndef FIO_STRLCAT_H
#define FIO_STRLCAT_H
size_t strlcat(char *dst, const char *src, size_t size);
#endif