Refactor #includes and headers
[fio.git] / oslib / strlcat.h
CommitLineData
5ad7be56 1#ifndef FIO_STRLCAT_H
4d400e92 2#define FIO_STRLCAT_H
5ad7be56 3
3d2d14bc
SW
4#include <stddef.h>
5
5ad7be56
KD
6size_t strlcat(char *dst, const char *src, size_t size);
7
8#endif