common.h (264B)
1 #ifndef COMMON_H_ 2 #define COMMON_H_ 3 4 #include <assert.h> 5 #include <reading.h> 6 #include <stdint.h> 7 #include <stdio.h> 8 #include <stdlib.h> 9 10 #include <reading.h> 11 #include <smallset.h> 12 13 void parse_sets(smallset *ls, smallset *rs, char **lines, size_t nlines); 14 15 #endif