]> jfr.im git - irc/thales.git/blob - README-hacking
Add legal notices.
[irc/thales.git] / README-hacking
1 Coding style
2 ========
3 - GNU Standard, single statement block allowed.
4 - Please use bool from <stdbool.h> over int
5 unless you take address of variable.