added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / compiler / include / proto / alib.h
blob75b40e00180289ef1a5f12d26a0e40094265c343
1 /*
2 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef PROTO_ALIB_H
7 #define PROTO_ALIB_H
9 #ifndef AROS_SYSTEM_H
10 #include <aros/system.h>
11 #endif
13 #include <clib/alib_protos.h>
14 #include <defines/alib.h>
16 #endif /* PROTO_ALIB_H */