mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +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 */
|