home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / C-ASM_VI.ARJ / PROGC.ZIP / PROGC011.C < prev    next >
Text File  |  1988-04-10  |  338b  |  10 lines

  1.  
  2. /************************************************************************/
  3. /* Clear screen using library function                                  */
  4. /************************************************************************/
  5.  
  6. cls()
  7.         {
  8.         clear_screen();                         /* Clear memory         */
  9.         }
  10.