Name: Anonymous 2007-07-12 2:51 ID:cZxqU9rw
This library is a must for every unix C programmer.
seriously.
libclear.c->
get it->
http://www.ibiblio.org/pub/Linux/libs/libclear-1.00.tgz
lastly, don't forget to donate!
Description: libclear lets you clear the screen in ANY unix/linux application! Developed especially for linux though! Libclear is NOT freeware!! You are encouraged to send $5 to the author!
srsly.(?)
seriously.
libclear.c->
#include <stdlib.h>
clear(void)
{
(void)system("clear");
}
clear_version(void)
{
(void)clear();
(void)system("echo Libclear version 1.00 by Michael Freeman\n");
(void)system("echo Press Control-D to continue\n");
(void)system("cat");
(void)clear();
}get it->
http://www.ibiblio.org/pub/Linux/libs/libclear-1.00.tgz
lastly, don't forget to donate!
Description: libclear lets you clear the screen in ANY unix/linux application! Developed especially for linux though! Libclear is NOT freeware!! You are encouraged to send $5 to the author!
srsly.(?)