This website requires JavaScript.
Explore
Help
Sign in
dawids
/
lang-bootstrap
Watch
1
Star
0
Fork
You've already forked lang-bootstrap
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aba654c36d
lang-bootstrap
/
05
/
main.c
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
fix a bunch of problems from parsing test - ll suffixes (15ll => 15l) - newlines between string literals to be concatenated - fix *x++ = 1; - default - printing conditionals & decaying conditional operands
2022-02-07 17:02:57 -05:00
#
include
"tests/parse_stb_sprintf.h"
/* @TODO: why are line numbers off by 1? */
using function names
2022-02-06 20:00:30 -05:00
int
main
(
)
{
cleanup - declaring functions without defining them, etc.
2022-02-07 15:16:26 -05:00
}
Reference in a new issue
Copy permalink