inc.c 71 Bytes edit raw blame history 1 2 3 4 5 6 7 8 #ifdef INCLUDE #include "krava.h" #endif int inc(void) { return 0; }