| 92 | } |
| 93 | |
| 94 | static void usage(const char* procname) |
| 95 | { |
| 96 | printf("usage: %s -h[help] -f filepath -k key_for_string -s plain_string\r\n", procname); |
| 97 | #if defined(_WIN32) || defined(_WIN64) |
| 98 | printf("Enter any key to continue..."); |
| 99 | fflush(stdout); |
| 100 | getchar(); |
| 101 | |
| 102 | #endif |
| 103 | } |
| 104 | |
| 105 | int main(int argc, char* argv[]) |
| 106 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…