/* $Id$ */ #ifndef __CM_STRING_H__ #define __CM_STRING_H__ char* cm_strcat(const char* a, const char* b); char* cm_strdup(const char* str); #endif