please dont rip this site

Language Ccpp Cref Examples Clrscr.c

/ *************************************************************************
 *
 * Purpose: Clear the screen with VT100 escape codes. This can be done
 *          with conio.h on PCs - non standard code. Or curses.h, bit of 
 * 	    a fag...
 * Author:  M.J. Leslie
 * Date:    22-Jun-94
 *
 ************************************************************************/

void clrscr(void);

main()
{
    clrscr();
}

void clrscr(void)
{
    printf("\033[2J");		        /* Clear the entire screen.		*/
    printf("\033[0;0f");		/* Move cursor to the top left hand corner */
}


file: /Techref/language/ccpp/cref/EXAMPLES/clrscr.c, 0KB, , updated: 1997/10/15 22:26, local time: 2024/4/23 01:42,
TOP NEW HELP FIND: 
18.224.63.87:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/ccpp/cref/EXAMPLES/clrscr.c"> language ccpp cref EXAMPLES clrscr</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .