Subversion Repositories Tewi

Rev

Rev 4 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: cm_string.h 3 2024-09-13 09:06:44Z 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