1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

added NDK libnix

This commit is contained in:
Stefan Franke
2018-01-09 07:17:50 +01:00
parent 9c692a61be
commit 2c839184b7
6 changed files with 509 additions and 15 deletions

View File

@ -0,0 +1,10 @@
#ifndef PROTO_ALIB_H
#define PROTO_ALIB_H
#include <clib/alib_protos.h>
#ifdef __GNUC__
#include <inline/alib.h>
#endif /* __GNUC__ */
#endif /* PROTO_ALIB_H */