2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /*****************************************************************************
14 #include <proto/commodities.h>
16 AROS_LH1I(ULONG
, CxMsgType
,
20 AROS_LHA(CxMsg
*, cxm
, A0
),
24 struct Library
*, CxBase
, 23, Commodities
)
28 Obtain the type of the commodity message 'cxm'.
32 cxm - The message the type of which is to be determined (may NOT be
37 The type of 'cxm'. The available types of commodity messages is defined
38 in <libraries/commodities.h>.
52 ******************************************************************************/