This website requires JavaScript.
Explore
Help
Sign In
gered
/
picoc
Watch
1
Star
0
Fork
You've already forked picoc
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
8b410241ee
picoc
/
tests
/
00_assignment.c
8 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Added test framework. Implemented preprocessor-style directives (not finished yet). git-svn-id: http://picoc.googlecode.com/svn/trunk@26 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-01-03 23:08:49 -05:00
int
a
;
a
=
42
;
Declarations can now assign an initial value git-svn-id: http://picoc.googlecode.com/svn/trunk@156 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-03-05 23:55:11 -05:00
printf
(
"
%d
\n
"
,
a
)
;
int
b
=
64
;
printf
(
"
%d
\n
"
,
b
)
;
Reference in a new issue
Copy permalink