summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-06-09 16:20:17 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-06-09 16:20:17 +0200
commitf74d57fee040218af039f8157cf645d0902ad300 (patch)
treec723b6e5aaccec735ecb617bb9eca011269e36ca /src/io/data_output.h
parent16265ec44520c3926c11127d0a6a6bac82a53275 (diff)
Adds missing file from previous commit.
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