7 lines
88 B
C
7 lines
88 B
C
#ifndef TEST_COMPRESSION_H
|
|
#define TEST_COMPRESSION_H
|
|
|
|
void test_compression();
|
|
|
|
#endif
|