proc type name ( <arg_spec_list> ) statement_list endproc proc name ( <arg_spec_list> ) statement_list endprocwhere
- type is the return type of the function
- <arg_spec_list> is a list or parameter names preceaded by their type
e.g. int xa, int xb, char cc1, long ab2