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