libcfe  0.12.1
some useful C-functions
strcat2.h
Go to the documentation of this file.
1 #ifndef XASTRCAT_H
2 #define XASTRCAT_H
3 
14 char *strcat2(const char *delim, unsigned int n, ...);
15 
16 #endif /* XASTRCAT_H */
char * strcat2(const char *delim, unsigned int n,...)
Definition: strcat2.c:10