home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
C-ASM_VI.ARJ
/
PROGC.ZIP
/
PROGC032.C
< prev
next >
Wrap
Text File
|
1988-05-25
|
445b
|
13 lines
/************************************************************************/
/* Determine if there is a second video adapter in the system */
/************************************************************************/
print_if_second()
{
if (get_second_adapter())
printf("\nSecond adapter is present");
else
printf("\nEGA/VGA is the only adapter present");
}