void identifier(type1 arg1,…,typen argn)
{
  declarations
  statements
  return; //return; may be omitted if nothing is being returned
}