| 24 | }; |
| 25 | |
| 26 | static void usage(const char* procname) |
| 27 | { |
| 28 | printf("usage: %s -h[help] -t type[tbox|tbox_array|mbox] -n count\r\n", |
| 29 | procname); |
| 30 | } |
| 31 | |
| 32 | int main(int argc, char* argv[]) |
| 33 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…