repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
src
/
bin
/
clear.c
blob
f41db6422c196caffbed29ac9953870249b2dc1b
1
/*
2
* Copyright 2001-2013 Haiku, Inc. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*
5
* Authors:
6
* Jan-Rixt Van Hoye, janvanhoye@pandora.be
7
*/
8
9
10
#include <stdlib.h>
11
12
int
13
main
()
14
{
15
system
(
"tput clear"
);
16
return
0
;
17
}