home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / translator_protos.h < prev    next >
C/C++ Source or Header  |  1993-10-13  |  514b  |  20 lines

  1. #ifndef  CLIB_TRANSLATOR_PROTOS_H
  2. #define  CLIB_TRANSLATOR_PROTOS_H
  3. /*
  4. **    $Filename: clib/translator_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.1 $
  7. **    $Date: 90/11/07 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. LONG Translate( STRPTR inputString, long inputLength, STRPTR outputBuffer,
  18.     long bufferSize );
  19. #endif     /* CLIB_TRANSLATOR_PROTOS_H */
  20.