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