9 lines
71 B
C
9 lines
71 B
C
|
#ifdef INCLUDE
|
||
|
#include "krava.h"
|
||
|
#endif
|
||
|
|
||
|
int inc(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|