MCPcopy Create free account
hub / github.com/Qucs/qucs / main

Function main

examples/external_interface/cpp-interface/main.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void example_ecvs_async (void);
13
14int main (int argc, char ** argv)
15{
16
17 example_probe_and_subcircuit_access_async ();
18
19 example_ecvs_async ();
20
21 return 0;
22
23}
24
25void testmessage(int level, const char * message, ...)
26{

Callers

nothing calls this directly

Tested by

no test coverage detected