Open
Description
No information is provided about the ellipsis in the AST.
extern void eggx_gsetinitialparsegeometry( const char *, ... ) ;
AST is:
(translation_unit 1 1 64
(declaration 1 1 64
(storage_class_specifier 1 1 6)
(primitive_type 1 8 4)
(function_declarator 1 13 50
(identifier 1 13 29)
(parameter_list 1 42 21
(parameter_declaration 1 44 12
(type_qualifier 1 44 5)
(primitive_type 1 50 4)
(abstract_pointer_declarator 1 55 1)
)
)
)
)
)