1 #ifdef INCLUDE
2 #include "krava.h"
3 #endif
4 
inc(void)5 int inc(void)
6 {
7 	return 0;
8 }
9