Previous commit was a blunder. This commit setups up Malloc proper and includes a working string concat.

This commit is contained in:
2019-01-06 21:47:37 -06:00
parent 67bf4a355d
commit 657b716f77
9 changed files with 487 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER "48"
#endif
#ifndef VERSION_STR
#define VERSION_STR "0.0.2.48 - Sun Jan 6 21:40:38 CST 2019"
#endif
#ifndef VERSION_STR_SHORT
#define VERSION_STR_SHORT "0.0.2.48"
#endif