BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionUserland / blob / 19aefaad8af9de8719ba1e5b5340e0a1b9c68853 / clear / main.c

// Related

OrionUserland

Barry Importing existing Orion Userland 19aefaa (2 years, 4 months ago)
#include <stdio.h>

/* Main function */
int
main(int argc, char *argv[])
{
	printf("\033[H\033[2J");

	return 0;
}