summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/data_output.h')
-rw-r--r--src/io/data_output.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/io/data_output.h b/src/io/data_output.h
new file mode 100644
index 0000000..ef963a0
--- /dev/null
+++ b/src/io/data_output.h
@@ -0,0 +1,11 @@
+#ifndef _ZoO_IO_DATA_OUTPUT_H_
+#define _ZoO_IO_DATA_OUTPUT_H_
+
+int ZoO_data_output_write_line
+(
+ const char filename [const restrict static 1],
+ char line [const restrict static 1],
+ size_t const line_size
+);
+
+#endif