1 #ifndef ANNOTEST_IDL_BE_UTIL_HEADER
2 #define ANNOTEST_IDL_BE_UTIL_HEADER
12 /// Special BE arg call factored out of DRV_args.
13 static void prep_be_arg (char *s
);
15 /// Checks made after parsing args.
16 static void arg_post_proc ();
18 /// Display usage of BE-specific options.
21 /// Create an AST node generator.
22 static AST_Generator
*generator_init ();