| 72 | } |
| 73 | |
| 74 | static void usage(const char* procname) |
| 75 | { |
| 76 | printf("usage: %s -h [help] -n max -p pos -b nblock -c capacity" |
| 77 | " -i incr\r\n", procname); |
| 78 | } |
| 79 | |
| 80 | int main(int argc, char* argv[]) |
| 81 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…