added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / compiler / include / intuition / icclass.h
blob50bb1f2e80b84210f04c08a66338d2629be6f022
1 #ifndef INTUITION_ICCLASS_H
2 #define INTUITION_ICCLASS_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: icclass defines
9 Lang: english
12 #ifndef UTILITY_TAGITEM_H
13 # include <utility/tagitem.h>
14 #endif
16 #define ICM_Dummy 0x00000401
17 #define ICM_SETLOOP (ICM_Dummy + 1)
18 #define ICM_CLEARLOOP (ICM_Dummy + 2)
19 #define ICM_CHECKLOOP (ICM_Dummy + 3)
21 #define ICA_Dummy (TAG_USER + 0x00040000)
22 #define ICA_TARGET (ICA_Dummy + 1)
23 #define ICA_MAP (ICA_Dummy + 2)
24 #define ICSPECIAL_CODE (ICA_Dummy + 3)
26 #define ICTARGET_IDCMP (~0L)
28 #endif /* INTUITION_ICCLASS_H */