allwinner_a64/android/external/fio/oslib/strlcat.h
2018-08-08 16:14:42 +08:00

6 lines
110 B
C

#ifndef FIO_STRLCAT_H
#define FIO_STRLCAT_H
size_t strlcat(char *dst, const char *src, size_t size);
#endif