5 Copyright © 2009-2011, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
11 /*** Structures *************************************************************/
16 COUNT
/* Number of arguments */
19 /*** Prototypes *************************************************************/
20 BOOL
ReadArguments(int argc
, char **argv
);
21 VOID
FreeArguments(VOID
);
22 IPTR
GetArgument(enum Argument arg
);
24 /*** Macros *****************************************************************/
25 #define ARG(a) GetArgument((a))