| 2 | #include <getopt.h> |
| 3 | |
| 4 | static void usage(const char* procname) { |
| 5 | printf("usage: %s -h [help[ -f json_file\r\n", procname); |
| 6 | } |
| 7 | |
| 8 | int main(int argc, char* argv[]) { |
| 9 | acl::string file; |
no outgoing calls
no test coverage detected
searching dependent graphs…