common-coding-conventions

C Specific Advice

Object Oriented Programming in C

C does not support real OOP but the following rules can help to transfer some ideas of OOP to C.

Further