writing first runs
This commit is contained in:
parent
5d9fc7d18d
commit
668d55aa5a
4 changed files with 77 additions and 8 deletions
2
buffer.h
2
buffer.h
|
|
@ -10,3 +10,5 @@ typedef struct {
|
|||
buffer create_buffer(int capacity);
|
||||
int read_buffer(buffer* buff, FILE* in);
|
||||
int write_buffer(buffer* buff, FILE* in);
|
||||
int write_buffer_debug(buffer* buff, FILE* in);
|
||||
void sort_buffer(buffer* buff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue