| 176 | ////////////////////////////////////////////////////////////////////////// |
| 177 | |
| 178 | static void usage(const char* proc) |
| 179 | { |
| 180 | printf("usage: %s -h [help]\r\n" |
| 181 | " -c which_case [0, 1, 2, 3, 4, 5]\r\n", |
| 182 | proc); |
| 183 | } |
| 184 | |
| 185 | int main(int argc, char* argv[]) |
| 186 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…