#ifndef CLIB_ALIB_STDIO_PROTOS_H #define CLIB_ALIB_STDIO_PROTOS_H /* ** $VER: alib_stdio_protos.h 47.1 (30.11.2021) ** ** 'C' prototypes. For use with 32 bit integers only. ** ** Copyright (C) 2020 Hyperion Entertainment CVBA. ** Developed under license. */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef EXEC_TYPES_H #include #endif /* stdio functions that duplicate those in a typical C library */ /* These are not useful anymore */ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CLIB_ALIB_STDIO_PROTOS_H */