Revision 928dbfc6 out-stream.c
out-stream.c | ||
---|---|---|
9 | 9 |
|
10 | 10 |
void chunk_write(int id, const uint8_t *data, int size) |
11 | 11 |
{ |
12 |
#ifdef DEBUG |
|
12 |
#ifdef DEBUGOUT
|
|
13 | 13 |
#define buff_size 8 // HACK! |
14 | 14 |
fprintf(stderr, "\tOut Chunk[%d] - %d: %s\n", id, id % buff_size, data); |
15 | 15 |
#else |
Also available in: Unified diff