home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / turbo_c / tc130.arc / D_CLS.DOC < prev    next >
Text File  |  1987-08-20  |  362b  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.         NAME
  6.                 d_cls -- clear current screen
  7.  
  8.         SYNOPSIS
  9.                 void d_cls();
  10.  
  11.  
  12.         DESCRIPTION
  13.         This function clears the screen on the current page.
  14.  
  15.  
  16.  
  17.         EXAMPLE
  18.  
  19.              d_cls();
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.         This function is found in SMTCx.LIB for the Turbo-C Compiler
  39.