mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
应用程序套件
This commit is contained in:
8
kit/runtime/main_adapter.c
Normal file
8
kit/runtime/main_adapter.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <cleonos_syscall.h>
|
||||
|
||||
extern int main(int argc, char **argv);
|
||||
|
||||
int cleonos_app_main(int argc, char **argv, char **envp) {
|
||||
(void)envp;
|
||||
return main(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user