stat: add total fsync ios to json output
[fio.git] / oslib / strlcat.h
... / ...
CommitLineData
1#ifndef FIO_STRLCAT_H
2#define FIO_STRLCAT_H
3
4size_t strlcat(char *dst, const char *src, size_t size);
5
6#endif