diff options
author | Pixel <Pixel> | 2002-06-17 22:36:17 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-17 22:36:17 +0000 |
commit | 4f9643c00b8be3ef4381d81999c096acb40c6040 (patch) | |
tree | a962dc57b7fe6530301bb38c523b3e3b40ebc837 /str-util.cpp | |
parent | 9781e04e02b868f7b3211ef642fcacb1eb1d9098 (diff) |
STR...
Diffstat (limited to 'str-util.cpp')
-rw-r--r-- | str-util.cpp | 12 |
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 |