This website requires JavaScript.
Explore
Help
Sign In
the10thwiz
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
3c5269dede70a6dbe3ec40952595dd8c82d07a5e
cc65
/
test
/
ref
/
bug2134.c
Kugel Fuhr
3c5269dede
Warn for braces around a pointer initializer.
2024-09-08 09:11:47 +02:00
3 lines
32 B
C
Raw
Blame
History
int
i
=
{
0
}
;
char
*
p
=
{
0
}
;
Reference in New Issue
View Git Blame
Copy Permalink