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 >
Wrap
Text File
|
1988-04-10
|
423b
|
11 lines
/************************************************************************/
/* Fetch maximum number of scanline and print it */
/************************************************************************/
print_scanlines()
{
/* Print the type */
printf("\nMaximum number of scanlines is %d", get_scanlines());
}