Files
FileSync/util.h
2013-05-24 00:49:29 +02:00

7 lines
69 B
C

#ifndef _UTIL_
#define _UTIL_
char *String_Copy(char *str);
#endif