source: Main/trunk/Common/cm_string.h@ 3

Last change on this file since 3 was 3, checked in by Nishi, on Sep 13, 2024 at 6:06:44 PM

string op works, log works too

  • Property svn:keywords set to Id
File size: 150 bytes
RevLine 
[3]1/* $Id: cm_string.h 3 2024-09-13 09:06:44Z nishi $ */
2
3#ifndef __CM_STRING_H__
4#define __CM_STRING_H__
5
6char* cm_strcat(const char* a, const char* b);
7char* cm_strdup(const char* str);
8
9#endif
Note: See TracBrowser for help on using the repository browser.