summary refs log tree commit diff
path: root/bin/1sh/show.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-07 16:30:34 -0400
committerJune McEnroe <june@causal.agency>2020-06-08 16:46:02 -0400
commitfee59c2271f1d403238ca7da908a537c53a5e264 (patch)
tree05c2732832a62d4c2c757a1648e352e3797a2fed /bin/1sh/show.c
parentReplace __dead2 with __attribute__((noreturn)) (diff)
downloadsrc-fee59c2271f1d403238ca7da908a537c53a5e264.tar.gz
src-fee59c2271f1d403238ca7da908a537c53a5e264.zip
Replace __printflike with __attribute__((format(printf, ...)))
sed -E 's/__printf0?like[(]([^,]+), ([^)]+)[)]/__attribute__((format(printf, \1, \2)))/'
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-06-07Call static_assert by _Static_assertJune McEnroe OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? 2020-06-07Add OpenBSD to install.shJune McEnroe Straightforward. 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe