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

  1.  
  2. /************************************************************************/
  3. /* Fetch maximum number of scanline and print it                        */
  4. /************************************************************************/
  5.  
  6. print_scanlines()
  7.         {
  8.                                                 /* Print the type       */
  9.         printf("\nMaximum number of scanlines is %d", get_scanlines());
  10.         }
  11.