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

Function main

lib_acl/samples/fifo/main.cpp:50–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int main(int argc acl_unused, char *argv[] acl_unused)
51{
52 bool use_slice;
53
54 if (argc >= 2 && strcasecmp(argv[1], "slice") == 0)
55 use_slice = true;
56 else
57 use_slice = false;
58 fifo_test(use_slice);
59 getchar();
60 return (0);
61}

Callers

nothing calls this directly

Calls 1

fifo_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…