home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / inline / input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-12  |  287 b   |  17 lines

  1. #ifndef _INLINE_INPUT_H
  2. #define _INLINE_INPUT_H
  3.  
  4. #ifndef __INLINE_MACROS_H
  5. #include <inline/macros.h>
  6. #endif
  7.  
  8. #ifndef INPUT_BASE_NAME
  9. #define INPUT_BASE_NAME InputBase
  10. #endif
  11.  
  12. #define PeekQualifier() \
  13.     LP0(0x2a, UWORD, PeekQualifier, \
  14.     , INPUT_BASE_NAME)
  15.  
  16. #endif /* _INLINE_INPUT_H */
  17.