mirror of
https://review.haiku-os.org/haiku
synced 2025-02-02 11:46:25 +01:00
04c4314e15
Slight cleanup to included headers.
18 lines
248 B
C
18 lines
248 B
C
/*
|
|
* Copyright 2001-2013 Haiku, Inc. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Jan-Rixt Van Hoye, janvanhoye@pandora.be
|
|
*/
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
int
|
|
main()
|
|
{
|
|
system("tput clear");
|
|
return 0;
|
|
}
|