diff options
author | 2021-03-14 19:49:07 +0200 | |
---|---|---|
committer | 2021-03-14 19:49:07 +0200 | |
commit | 111d08d814720966d12fd57b58331c149df7e6cf (patch) | |
tree | 8c838a937767decc16579a3a3550e91c996de276 /src/util.h | |
parent | 56f20e30636c16fd14205ba7c29cf8089caa1260 (diff) | |
download | algos-ld1-111d08d814720966d12fd57b58331c149df7e6cf.tar.gz algos-ld1-111d08d814720966d12fd57b58331c149df7e6cf.tar.bz2 algos-ld1-111d08d814720966d12fd57b58331c149df7e6cf.zip |
we can now print out stuff... things.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ int stream_rewind(struct stream * const restrict in); int split(struct stream * const src, struct stream * const A, struct stream * const B); +int print_data(struct stream * const in); #endif /* ALGOS_UTIL_H_INCLUDED */ |