From 598ae3cf6bb7ce9cd913502597d4b5ad97c2f1a0 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 27 Jul 2025 12:57:24 +0200 Subject: [PATCH] man/man7/operator.7: Add _Countof and alignof Signed-off-by: Alejandro Colomar --- man/man7/operator.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3