5 lines
85 B
C
5 lines
85 B
C
|
#include <cstddef>
|
||
|
|
||
|
void writeHeader(char* buffer);
|
||
|
size_t writeBlock(char* buffer);
|