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:
10
patches/NDK_3.9/Include/include_h/proto/alib.h
Normal file
10
patches/NDK_3.9/Include/include_h/proto/alib.h
Normal 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 */
|
||||
Reference in New Issue
Block a user