Function prototype: Difference between revisions

Content added Content deleted
m ({{omit from|AWK}})
m (link to wikipedia)
Line 1: Line 1:
{{draft task}}
{{draft task}}
Some languages provide the facility to declare functions and subroutines through the use of '''function prototyping'''. The task is to demostrate the methods available for declaring prototypes within the language. The provided solutions should include:
Some languages provide the facility to declare functions and subroutines through the use of [http://en.wikipedia.org/wiki/Function_prototype function prototyping]. The task is to demostrate the methods available for declaring prototypes within the language. The provided solutions should include:


* An explanation of any placement restrictions for prototype declarations
* An explanation of any placement restrictions for prototype declarations