sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ffa8d4411d35a391d7ed08cc318d04d1fd92480d
parent aba3885977a22fffe52ac5e8081329815cddc4c7
Author: Laslo Hunhold <dev@frign.de>
Date:   Mon, 11 Sep 2017 16:28:15 +0200

Clarify when to typedef structs

Diffstat:
Msuckless.org/coding_style.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/suckless.org/coding_style.md b/suckless.org/coding_style.md @@ -107,7 +107,7 @@ Headers User Defined Types ------------------ * Do not use `type_t` naming (it is reserved for POSIX and less readable) -* Typedef structs +* Typedef opaque structs * Do not typedef builtin types * Capitalize the type name * Typedef the type name, if possible without first naming the struct