reading, and sorting chunks
This commit is contained in:
parent
36035058f2
commit
d22c0606c1
5 changed files with 78 additions and 15 deletions
1
tape.h
1
tape.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue