libcfe  0.12.1
some useful C-functions
astrcat.h
Go to the documentation of this file.
1 #ifndef XASTRCAT_H
2 #define XASTRCAT_H
3 
10 char *astrcat(const char *a, const char *b);
11 
12 #endif /* XASTRCAT_H */
char * astrcat(const char *a, const char *b)
Definition: astrcat.c:8
#define a