Programming Style

void function_name(parameters)
{
   function definition ;
}

To me, this is the way I code, and i'd refuse to do it any other way.

It makes it neater, easier to read... most other languages work in the same way

Procedure Function_Name(Params...);
Begin

End;

It seems the most easiest and most logical way to code and always will... if i ever had a boss "ride me" until i stopped, i'd probably end up seriously
hurting him one day....