| 5 | #include "liburl.h" |
| 6 | |
| 7 | int main(void) |
| 8 | { |
| 9 | test_url_coder(); |
| 10 | #ifdef WIN32 |
| 11 | printf("enter any key to exit ...\r\n"); |
| 12 | getchar(); |
| 13 | #endif |
| 14 | |
| 15 | return 0; |
| 16 | } |
| 17 |
nothing calls this directly
no test coverage detected
searching dependent graphs…