6502/vbcc/targets/m68k-kick13/include/clib/translator_protos.h
2022-05-12 21:36:39 +09:30

22 lines
420 B
C

#ifndef CLIB_TRANSLATOR_PROTOS_H
#define CLIB_TRANSLATOR_PROTOS_H
/*
** $VER: translator_protos.h 34.106 (03.10.2019)
**
** C prototypes. For use with 32 bit integers only.
**
** Copyright © 2019
** All Rights Reserved
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
LONG Translate(const STRPTR inputString, LONG inputLength, STRPTR outputBuffer,
LONG bufferSize);
#endif /* CLIB_TRANSLATOR_PROTOS_H */