7 lines
70 B
C
7 lines
70 B
C
#ifndef TEST_CHUNK_H
|
|
#define TEST_CHUNK_H
|
|
|
|
void test_chunk();
|
|
|
|
#endif
|