This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoyi12
/
CoolPotOS
Watch
1
Star
1
Fork
0
You've already forked CoolPotOS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fcecb41165
CoolPotOS
/
apps
/
init
/
init.c
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
实现用户程序退出处理
2024-08-31 12:36:49 +08:00
#
include
"../include/stdio.h"
彻底解决elf文件装载问题
2024-08-31 01:23:06 +08:00
大更新
2024-07-14 00:54:27 +08:00
int
main
(
)
{
实现用户程序退出处理
2024-08-31 12:36:49 +08:00
printf
(
"
User application %d
\n
"
,
12
)
;
return
-
1
;
}
Reference in New Issue
Copy Permalink