2012-09-05 09:37:39 +00:00

5 lines
95 B
C

extern "C" int printf(const char* fmt, ...);
void DotXable(int a = 1) {
printf("%d\n", a);
}