| 116 | } |
| 117 | |
| 118 | static void usage(const char* procname) { |
| 119 | printf("usage: %s -h [help] -n max -p pos -b nblock -c capacity" |
| 120 | " -i incr\r\n", procname); |
| 121 | } |
| 122 | |
| 123 | int main(int argc, char* argv[]) { |
| 124 | acl::log::stdout_open(true); |
no outgoing calls
no test coverage detected
searching dependent graphs…