blob: 85e4bdab23a90ab12ad0d0fc743e36e8224a4c3c [file] [log] [blame]
#ifndef CONFIG_STRLCAT
#ifndef FIO_STRLCAT_H
#define FIO_STRLCAT_H
#include <stddef.h>
size_t strlcat(char *dst, const char *src, size_t dsize);
#endif
#endif