compiler/clib: Rename IoErr2errno() to __arosc_ioerr2errno(); function is now defined...
[AROS.git] / compiler / clib / arosc_init.h
blob2b765f4f413a62dad60985206a606de156974d43
1 #ifndef _AROSC_INIT_H
2 #define _AROSC_INIT_H
4 #include "__arosc_privdata.h"
6 int arosc_internalinit(void);
7 int arosc_internalexit(void);
9 #endif /* _AROSC_INIT_H */