Blame | Last modification | View Log | Download | RSS feed
/* $Id: cm_string.h 1 2024-09-07 01:58:02Z nishi $ */
#ifndef __CM_STRING_H__
#define __CM_STRING_H__
char* cm_strcat(const char* a, const char* b);
char* cm_strdup(const char* str);
#endif