pulled in and adapted the dos code from eradicate
[retrobench] / src / dos / logger.h
diff --git a/src/dos/logger.h b/src/dos/logger.h
new file mode 100644 (file)
index 0000000..9ef9a85
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef LOGGER_H_
+#define LOGGER_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int init_logger(const char *fname);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* LOGGER_H_ */