home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snip9707.zip / ANSILOAD.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  221b  |  13 lines

  1. /* +++Date last modified: 05-Jul-1997 */
  2.  
  3. /*
  4. **  ANSILOAD.H - tries to detect if an ANSI-style driver is loaded
  5. */
  6.  
  7. #ifndef ANSILOAD__H
  8. #define ANSILOAD__H
  9.  
  10. int is_ansi_loaded(void);
  11.  
  12. #endif /* ANSILOAD__H */
  13.