This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoyi12
/
CoolPotOS
Watch
1
Star
1
Fork
You've already forked CoolPotOS
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9c0f4797ed
CoolPotOS
/
apps
/
include
/
stdio.h
7 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
大更新
2024-07-14 00:54:27 +08:00
#
ifndef CRASHPOWEROS_STDIO_H
#
define CRASHPOWEROS_STDIO_H
修复ACPI驱动无法处理电源键问题
2024-08-29 22:00:28 +08:00
void
put_char
(
char
a
)
;
大更新
2024-07-14 00:54:27 +08:00
#
endif