|
libcfe
0.12.1
some useful C-functions
|
Go to the source code of this file.
Functions | |
| char * | astrcat (const char *a, const char *b) |
| char* astrcat | ( | const char * | a, |
| const char * | b | ||
| ) |
Combines two strings (A and B) into one, and return a pointer to a malloc'd area containing the result ('\0' terminated).
| [in] | a | Pointer to the first string ('\0' terminated). |
| [in] | b | Pointer to the second string ('\0' terminated). |