6 lines
110 B
C
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
|