test_sd.h (201B)
1 #ifndef TEST_SD_H 2 #define TEST_SD_H 3 4 #include <CUnit/Basic.h> 5 #include "../sd.h" 6 7 void test_sd_init(); 8 void test_sd_cmp(); 9 void test_sd_hash(); 10 void test_sd_conv_u64(); 11 void test_sd_get_str(); 12 13 #endif
aocc22Advent of Code 2022 | |
| git clone git://www.tkruger.se/aocc22.git | |
| Log | Files | Refs | README |