From 060f926a9eb3879e5c42e8d14c472c1f7f5ea424 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 23 Mar 2018 20:49:14 +0100 Subject: Leahize --- C-STYLE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'C-STYLE.md') diff --git a/C-STYLE.md b/C-STYLE.md index b3e58dc..cde86cc 100644 --- a/C-STYLE.md +++ b/C-STYLE.md @@ -1,4 +1,4 @@ -# Christian Neukirchen's C Style Guide +# Leah Neukirchen's C Style Guide You may not like all rules presented here, but they work very well for me and have helped producing high quality code. Everyone is free to @@ -142,6 +142,8 @@ but merely how to format it. * Use `int` variables to store boolean values in general. +* Avoid bit fields unless you absolutely need to save space. + * Avoid forward declarations unless indispensable. Let `main` be the last function in code. -- cgit 1.4.1