diff options
author | 2021-02-11 08:17:03 +0200 | |
---|---|---|
committer | 2021-02-11 08:17:03 +0200 | |
commit | 4a14ab7ab48e3fd591dde33d59c6d29fc39f1c5d (patch) | |
tree | 8d4e527e4a8ad76819e3baa1b89441eeb1081f15 /src/io.h | |
parent | 41efe7b8f9f67d5956ab677f3631478c48114ac1 (diff) | |
download | algos-ld1-4a14ab7ab48e3fd591dde33d59c6d29fc39f1c5d.tar.gz algos-ld1-4a14ab7ab48e3fd591dde33d59c6d29fc39f1c5d.tar.bz2 algos-ld1-4a14ab7ab48e3fd591dde33d59c6d29fc39f1c5d.zip |
continue the overhaul.
we can finally create a basic array input data file too!
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "defs.h" -int stream_open(struct stream * const in, const struct settings * const s); +int stream_open(struct stream * const in); int stream_close(struct stream * const in); int direct_get_array(struct stream * const restrict in, ssize_t idx, struct entry_l * const data); |