]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/operator.7: Add _Countof and alignof
authorAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 10:57:24 +0000 (12:57 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 19 Aug 2025 11:19:49 +0000 (13:19 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/operator.7

index 31ae53dfab81defe33732354364ac06174a22904..0b7c39851b384ee7246103a82758dffb10e75d28 100644 (file)
@@ -16,7 +16,7 @@ l l l.
 Operator       Associativity   Notes
 () _Generic()  -       [1]
 [] () . \-> ++ \-\- (type){}   left to right   [2] [3]
-++ \-\- & * + \- \[ti] ! sizeof        right to left   [4]
+++ \-\- & * + \- \[ti] ! _Countof sizeof alignof       right to left   [4]
 (type) right to left
 * / %  left to right
 + \-   left to right