blob: ef963a07eee65015074dcfd9183f5014d3ca500b (
plain)
1
2
3
4
5
6
7
8
9
10
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
|