mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
11 lines
164 B
C
11 lines
164 B
C
#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 */
|