MCPcopy Create free account
hub / github.com/acl-dev/acl / end

Function end

lib_acl/samples/vstream/main.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#endif
6
7static 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
15static char addr[256] = "127.0.0.1:8285";
16static int timeout = 0;

Callers 1

mainFunction · 0.70

Calls 1

acl_vstream_fprintfFunction · 0.85

Tested by

no test coverage detected