reading, and sorting chunks

This commit is contained in:
bronku 2025-10-16 15:26:56 +02:00
parent 36035058f2
commit d22c0606c1
5 changed files with 78 additions and 15 deletions

1
tape.h
View file

@ -20,5 +20,6 @@ void sort_buffer(buffer* buff);
int read_buffer(buffer* buff, tape* tape);
// writes everything
int write_buffer(buffer* buff, tape* tape);
void print_buffer(buffer* buff);
void clear_tape(tape* tape);