funcprototype

Name

funcprototype -- prototype for a function

Content Model

funcprototype ::= funcdef, (varargs | void | paramdef+)

Description

funcprototype elements hold a function prototype. The parent node is funcsynopsis.

Attributes

funcprototype elements have no attributes.

Formatting Expectations

Format funcdef followed by arguments that are separated by commas and surrounded by parentheses. End with a semicolon.