scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit cd97844f7cd875616f4b97c675b08ce41aee9df3
parent 52cf2e9986d52e8e812a30b94dc118dabb1aea1f
Author: Zhaoming Luo <zhml@posteo.com>
Date:   Fri, 16 Jan 2026 12:15:42 +0000

doc: Fix typo in README

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -314,7 +314,7 @@ f(int g()) return g(); } -Function type names seem unnecesary , because they are used as +Function type names seem unnecessary, because they are used as an alias of the function pointer types, but it is weird that something like sizeof(int (int)) is not allowed (because here it should be understood as the size of a function), but f(int (int)) is allowed