[wiki] [sites] Clarify when to typedef structs || Laslo Hunhold
commit ffa8d4411d35a391d7ed08cc318d04d1fd92480d
Author: Laslo Hunhold <dev_AT_frign.de>
Date: Mon Sep 11 16:28:15 2017 +0200
Clarify when to typedef structs
diff --git a/suckless.org/coding_style.md b/suckless.org/coding_style.md
index 50739176..953d918a 100644
--- a/suckless.org/coding_style.md
+++ b/suckless.org/coding_style.md
_AT_@ -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
Received on Mon Sep 11 2017 - 16:28:34 CEST
This archive was generated by hypermail 2.3.0
: Mon Sep 11 2017 - 16:36:23 CEST