| 5 | #endif |
| 6 | |
| 7 | static void end(void) |
| 8 | { |
| 9 | #ifdef ACL_MS_WINDOWS |
| 10 | acl_vstream_fprintf(ACL_VSTREAM_OUT, "enter any key to quit\r\n"); |
| 11 | getchar(); |
| 12 | #endif |
| 13 | } |
| 14 | |
| 15 | static char addr[256] = "127.0.0.1:8285"; |
| 16 | static int timeout = 0; |
no test coverage detected