summaryrefslogtreecommitdiff
path: root/str-util.cpp
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-17 22:36:17 +0000
committerPixel <Pixel>2002-06-17 22:36:17 +0000
commit4f9643c00b8be3ef4381d81999c096acb40c6040 (patch)
treea962dc57b7fe6530301bb38c523b3e3b40ebc837 /str-util.cpp
parent9781e04e02b868f7b3211ef642fcacb1eb1d9098 (diff)
STR...
Diffstat (limited to 'str-util.cpp')
-rw-r--r--str-util.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/str-util.cpp b/str-util.cpp
new file mode 100644
index 0000000..b93e2a6
--- /dev/null
+++ b/str-util.cpp
@@ -0,0 +1,12 @@
+#include <stdlib.h>
+#include "fileutils.h"
+#include "generic.h"
+#include "yazedc.h"
+
+
+
+
+#ifdef __STR_MAIN__
+int main(void) {
+}
+#endif