This website requires JavaScript.
Explore
Help
Register
Sign In
Kind_Foxie
/
micro-utils
Watch
1
Star
0
Fork
0
You've already forked micro-utils
Code
Pull Requests
Activity
cfdbf15bfc
micro-utils
/
coreutils
/
clear.c
6 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
.
2023-10-20 00:19:46 +03:00
#
include
<unistd.h>
Загрузить файлы в «coreutils»
2023-10-14 17:18:08 +03:00
int
main
(
void
)
{
.
2023-10-20 00:19:46 +03:00
return
write
(
1
,
"
\033
[H
\033
[J
"
,
6
)
!
=
6
;
Загрузить файлы в «coreutils»
2023-10-14 17:18:08 +03:00
}
Copy Permalink