MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / main

Function main

lite/example/c_example/main.c:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int main(int argc, char** argv) {
80 if (argc < 2) {
81 printf("usage: lite_c_examples <model file> , just test C interface "
82 "build.\n");
83 return -1;
84 }
85 return basic_c_interface(argv[1]);
86}
87
88// vim: syntax=cpp.doxygen foldmethod=marker foldmarker=f{{{,f}}}

Callers

nothing calls this directly

Calls 1

basic_c_interfaceFunction · 0.70

Tested by

no test coverage detected