added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / support_aros.h
blob344616b62b585a7c03c46c0ffc1c64c6575eeb13
1 /*
2 Copyright © 2003, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _MUIMASTER_SUPPORT_AROS_H_
9 #define _MUIMASTER_SUPPORT_AROS_H_
11 /*** OS4 VARARGS support ****************************************************/
12 #ifndef VARARGS68K
13 #define VARARGS68K
14 #endif
16 /*** OS4 Exec Interface support *********************************************/
17 #define EXEC_INTERFACE_DECLARE(x)
18 #define EXEC_INTERFACE_GET_MAIN(interface,libbase) 1
19 #define EXEC_INTERFACE_DROP(interface)
20 #define EXEC_INTERFACE_ASSIGN(a,b)
22 /*** Misc OS4 Functions *****************************************************/
23 LONG HexToLong(STRPTR s, ULONG *val);
25 #endif