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

  1. #ifndef _INLINE_TRANSLATOR_H
  2. #define _INLINE_TRANSLATOR_H
  3.  
  4. #ifndef __INLINE_MACROS_H
  5. #include <inline/macros.h>
  6. #endif
  7.  
  8. #ifndef TRANSLATOR_BASE_NAME
  9. #define TRANSLATOR_BASE_NAME TranslatorBase
  10. #endif
  11.  
  12. #define Translate(inputString, inputLength, outputBuffer, bufferSize) \
  13.     LP4(0x1e, LONG, Translate, STRPTR, inputString, a0, long, inputLength, d0, STRPTR, outputBuffer, a1, long, bufferSize, d1, \
  14.     , TRANSLATOR_BASE_NAME)
  15.  
  16. #endif /* _INLINE_TRANSLATOR_H */
  17.