| 3 | #include "libws.h" |
| 4 | |
| 5 | int main(int argc, char *argv[]) |
| 6 | { |
| 7 | test_url_coder(); |
| 8 | test_websocket_main(argc, argv); |
| 9 | #ifdef WIN32 |
| 10 | printf("enter any key to exit ...\r\n"); |
| 11 | getchar(); |
| 12 | #endif |
| 13 | |
| 14 | return 0; |
| 15 | } |
| 16 |
nothing calls this directly
no test coverage detected
searching dependent graphs…