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

Function end

lib_acl/samples/file/main.cpp:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <assert.h>
3
4static void end(void)
5{
6#ifdef ACL_MS_WINDOWS
7 printf("input any key to exit\r\n");
8 fflush(stdout);
9 getchar();
10#endif
11 acl_lib_end();
12}
13
14static void test_file(void)
15{

Callers 1

test_vstreamFunction · 0.70

Calls 1

acl_lib_endFunction · 0.85

Tested by 1

test_vstreamFunction · 0.56