| 13 | } |
| 14 | |
| 15 | static void usage(const char* procname) { |
| 16 | printf("usage: %s -h [help[ -f json_file -n names -D [remove if matched]\r\n", procname); |
| 17 | } |
| 18 | |
| 19 | int main(int argc, char* argv[]) { |
| 20 | acl::string file; |
no outgoing calls
no test coverage detected
searching dependent graphs…