parse_decls

Parse many type declarations
     input -  file name or C declarations (depending on the flags)
     flags -  combination of PT_... constants or 0
returns: number of errors

long parse_decls(string input, long flags);

Last updated