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

  1.  
  2. /************************************************************************/
  3. /* Getting current video mode                                           */
  4. /************************************************************************/
  5.  
  6. print_mode()
  7.         {
  8.                                         /* Print current video mode     */
  9.         printf("\nCurrent video mode is %x hex", get_mode());
  10.         }
  11.