anyhow, there isn't one for 'a' + i, apparently
Posted to
tcl
by oldlaptop at Sun Nov 15 01:56:39 GMT 2020
view raw
$ cat foo.c
int main(void)
{
return
'a' + 1;
}
$ make foo CC=clang CFLAGS=-Weverything
clang -Weverything foo.c -o foo
$
Recent Posts
tcl by apn
5 days ago
tcl by arjen
19 days ago
tcl by cgm
28 days ago
tcl by cgm
28 days ago
tcl by alan
36 days ago
tcl by mookie
58 days ago
tcl by mookie
58 days ago
tcl by mookie
58 days ago
tcl by schelte
60 days ago
tcl by oldlaptop
72 days ago
Submit
New paste
Documentation
From Jabber