updated makefile
This commit is contained in:
parent
d22c0606c1
commit
dc96712a2d
5 changed files with 15 additions and 14 deletions
1
tape.h
1
tape.h
|
|
@ -20,6 +20,7 @@ void sort_buffer(buffer* buff);
|
|||
int read_buffer(buffer* buff, tape* tape);
|
||||
// writes everything
|
||||
int write_buffer(buffer* buff, tape* tape);
|
||||
// for debugging
|
||||
void print_buffer(buffer* buff);
|
||||
|
||||
void clear_tape(tape* tape);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue