home *** CD-ROM | disk | FTP | other *** search
-
- /************************************************************************/
- /* 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");
- }