Blob Blame History Raw
#ifndef XSTRLCAT_H
#define XSTRLCAT_H

#include <sys/types.h>

size_t xstrlcat(char *, const char *, size_t);

#endif