From 0d49fb74eadcf933f696420cd182077927680d26 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 18 Jan 2017 19:09:16 +0100 Subject: Done with 'core', starting to work on 'knowledge'. --- src/file/data_output.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/file/data_output.h (limited to 'src/file/data_output.h') diff --git a/src/file/data_output.h b/src/file/data_output.h new file mode 100644 index 0000000..ef963a0 --- /dev/null +++ b/src/file/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 -- cgit v1.2.3-70-g09d2