diff options
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 |