9b2b46ec1d
It can prettify your program, minimise, obfuscate or just sanity check it. It can also do some rewriting. You pass it filenames (or the stdin) and the output is generated to stdout. WWW: http://catless.ncl.ac.uk/Programs/Frink/
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
--- tcl.c Mon Apr 23 10:31:13 2001
|
|
+++ tcl.c Tue May 8 15:30:28 2001
|
|
@@ -23,3 +23,3 @@
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|