| 17 | #endif |
| 18 | |
| 19 | __attribute__((used, noreturn, section(".entry_init"))) |
| 20 | void __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 |
nothing calls this directly
no outgoing calls
no test coverage detected