Mercurial > hg > CbC > old > device
comparison test/simp.c @ 618:a7f5796e540a
fix link error on undefined
author | kono |
---|---|
date | Wed, 06 Sep 2006 21:16:47 +0900 |
parents | 2dee957ef988 |
children | 5d3b4669854c |
comparison
equal
deleted
inserted
replaced
617:efc99e397413 | 618:a7f5796e540a |
---|---|
1 #include "stdio.h" | 1 // #include "stdio.h" |
2 extern int printf(char *const,...); | |
2 | 3 |
3 #define UNDECL | 4 // #define UNDECL |
4 | 5 |
5 float f = 3; | 6 float f = 3; |
6 float g = 4096.0f; | 7 float g = 4096.0f; |
7 | 8 |
8 int kk = {-3}; | 9 int kk = {-3}; |