| 251 | }; |
| 252 | |
| 253 | static void usage(const char* procname) |
| 254 | { |
| 255 | printf("usage: %s -h [help]\r\n" |
| 256 | " -c threads_count\r\n" |
| 257 | " -a action[default: get, add|get|del]\r\n" |
| 258 | " -n max_loop\r\n" |
| 259 | " -i inter\r\n" |
| 260 | , procname); |
| 261 | } |
| 262 | |
| 263 | int main(int argc, char* argv[]) { |
| 264 | const char* dbpath = "./db"; |
no outgoing calls
no test coverage detected
searching dependent graphs…