From: Alejandro Colomar Date: Sun, 27 Jul 2025 10:57:24 +0000 (+0200) Subject: man/man7/operator.7: Add _Countof and alignof X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=598ae3cf6bb7ce9cd913502597d4b5ad97c2f1a0;p=thirdparty%2Fman-pages.git man/man7/operator.7: Add _Countof and alignof Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/operator.7 b/man/man7/operator.7 index 31ae53dfa..0b7c39851 100644 --- a/man/man7/operator.7 +++ b/man/man7/operator.7 @@ -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