index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userspace
/
clear.c
blob: 38efeb64fae6622409c89eb9e956f3f9556f6f08 (
plain
)
1
2
3
4
5
6
int main() { printf("\033c"); fflush(0); // force printing to console return 0; }