| http://server.ccl.net/cca/software/SOURCES/C/mmconv/newgeo/clear_screen.shtml |
|
CCL clear_screen | |||
|
#include "newgeo.h"
void clear_screen(display_files)
/*============================================================================*/
/* PURPOSE: CLEAR THE SCREEN AND POSSIBLY DISPLAY INPUT/OUTPUT FILES.
*/
int display_files; /* FLAG; DISPLAY FILES AT TOP OF SCREEN. */
{
system("clear"); /* CLEAR SCREEN. */
if (display_files)
printf("Currently processing \"%s\" into \"%s\"\n",input_file_name,output_file_name);
return;
}
|
[ CCL Home Page ]
[ newgeo ]
[ Raw Version of this page ]
| Modified: Fri Feb 11 17:00:00 1994 GMT |
| Page accessed 5849 times since Sat Apr 17 21:58:47 1999 GMT |