Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

libclear

Name: Anonymous 2007-07-12 2:51 ID:cZxqU9rw

This library is a must for every unix C programmer.
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.(?)

Name: Anonymous 2007-10-18 7:19

I BET YOU CAN'T EVEN CLEAR THE SCREEN IN LISP. THAT'S JUST TOO LOW LEVEL.

YOU'LL JUST HAVE TO PRINT ALL YOUR PRECIOUS FACTORIALS ON THE DIRTY SCREEN.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List