aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-20 14:59:06 +0100
committerlemon <lsof@mailbox.org>2025-12-20 14:59:06 +0100
commitabab47e6fc33ae4a3a54c1f7c27a63a2df3c0676 (patch)
treec56b6861e43d73a79ede557d9f9c587ed0ec64ec /common.h
parentf123a0868ca44ca5fb5adf5c230ad03e5eb058b0 (diff)
c: fix a silly C edge case with function redeclaration storage class
C (or at least clang and gcc) allows declaring `static int f(...);` and defining it later as `int f(...) {...}`, omitting the 'static' in the latter definition.
Diffstat (limited to 'common.h')
0 files changed, 0 insertions, 0 deletions