7 lines
69 B
C
7 lines
69 B
C
#ifndef _UTIL_
|
|
#define _UTIL_
|
|
|
|
char *String_Copy(char *str);
|
|
|
|
#endif
|