ctool fails to parse function declarations with the register keyword in the argument list, e.g.:
void f(register int i) { }
Log in to post a comment.