test_compression.h
1 #ifndef TEST_COMPRESSION_H
2 #define TEST_COMPRESSION_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int test_compression(void);
9 
10 
11 #endif /* TEST_COMPRESSION_H */
12 
13 /* EOF */
test_compression
int test_compression(void)
Test cmpr_send() and cmpr_recv() implementation.
Definition: test_compression.c:82

Generated at 2024-04-27 using  doxygen