MCPcopy Create free account
hub / github.com/cinit/TMoe / __libtmoe_main

Function __libtmoe_main

app/src/main/cpp/tmoe_core/version.c:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#endif
18
19__attribute__((used, noreturn, section(".entry_init")))
20void __libtmoe_main(void) {
21 printf("TMoe libtmoe.so version " TMOE_VERSION ".\n"
22 "Copyright (C) 2019-2022 xenonhydride@gmail.com\n"
23 "This software is distributed in the hope that it will be useful,\n"
24 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
25 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
26 _exit(0);
27}
28
29#include "NativeInit.h"
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected