This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bottleros
Watch
1
Star
0
Fork
You've already forked bottleros
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af241224c9
bottleros
/
Userland
/
SampleCodeModule
/
shell
/
commands
/
clear.c
7 lines
95 B
C
Raw
Blame
History
#
include
"libc.h"
#
include
"shell.h"
#
include
"clear.h"
void
clear
(
)
{
winClear
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink