On 03/06/2014, Gilles Chehade <gil...@poolp.org> wrote: > the style(9) ... brrrr :-)
Yes, some code I copied verbatim from plan9port or earlier work of mine, so that's fully in plan9 or my habitual style. Other code I wrote afresh in a bastard hybrid of KNF and my habitual style ☺ I'll KNFalize it later when it's mostly written so I can more easily automate the deed. Mind, some rules seem customarily broken in filesystem code, for example to not define type names ending in "_t", and some are insane, for example to sort local variables by size, which in general must be done per-architecture.