updated makefile

This commit is contained in:
bronku 2025-10-16 15:40:26 +02:00
parent d22c0606c1
commit dc96712a2d
5 changed files with 15 additions and 14 deletions

1
tape.h
View file

@ -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);