picoc/tests/12_hashdefine.c
zik.saleeba 2e0ff8774c Added missing tests
git-svn-id: http://picoc.googlecode.com/svn/trunk@166 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-03-08 01:10:29 +00:00

7 lines
126 B
C

#define FRED 12
#define BLOGGS(x) (12*(x))
printf("%d\n", FRED);
//printf("%d, %d, %d\n", BLOGGS(1), BLOGGS(2), BLOGGS(3));