Make UEFI boot-platform build again
[haiku.git] / src / bin / clear.c
blobf41db6422c196caffbed29ac9953870249b2dc1b
1 /*
2 * Copyright 2001-2013 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Jan-Rixt Van Hoye, janvanhoye@pandora.be
7 */
10 #include <stdlib.h>
12 int
13 main()
15 system("tput clear");
16 return 0;