| 39 | } |
| 40 | |
| 41 | int main(int argc, char* argv[]) |
| 42 | { |
| 43 | if (argc < 2) |
| 44 | { |
| 45 | printf("usage: %s filepath\r\n", argv[0]); |
| 46 | return 0; |
| 47 | } |
| 48 | |
| 49 | get_html(argv[1]); |
| 50 | return 0; |
| 51 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…