Initial Commit.

This commit is contained in:
2013-05-24 00:49:29 +02:00
commit aeb408cfb1
14 changed files with 1286 additions and 0 deletions

6
util.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _UTIL_
#define _UTIL_
char *String_Copy(char *str);
#endif