Add info about c99 designationed initializers.
Differential Revision: https://reviews.freebsd.org/D13975
This commit is contained in:
parent
5557762b72
commit
88c53cfda1
@ -324,6 +324,10 @@ Userspace code should include
|
||||
while kernel code should include
|
||||
.In sys/types.h .
|
||||
.Pp
|
||||
Likewise, the project is moving to using the
|
||||
.St -isoC-99
|
||||
designated initializers when it makes sense to do so.
|
||||
.Pp
|
||||
Enumeration values are all uppercase.
|
||||
.Bd -literal
|
||||
enum enumtype { ONE, TWO } et;
|
||||
|
Loading…
x
Reference in New Issue
Block a user