home *** CD-ROM | disk | FTP | other *** search
-
- /************************************************************************/
- /* Fetch maximum number of scanline and print it */
- /************************************************************************/
-
- print_scanlines()
- {
- /* Print the type */
- printf("\nMaximum number of scanlines is %d", get_scanlines());
- }