On Wed, 24 Dec 2014 09:27:02 +0100
Markus Wichmann <nullp...@gmx.net> wrote:

> Basing style guidelines on navigation techniques strikes me as odd.
> Style is only there to ease reading and understanding of the code.

Yup, I agree with you there. The ^Ifun is just ridiculous. The only
really good way I know is using ^fun for function definitions

void
fun(int a, char *b, size_t c)
{

}

Everything else is just plain crazy!

Cheers

FRIGN

-- 
FRIGN <d...@frign.de>

Reply via email to