BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionUserland / blob / master / 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;
}