SmartAudio/lichee/linux-4.9/tools/build/tests/ex/inc.c

9 lines
71 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifdef INCLUDE
#include "krava.h"
#endif
int inc(void)
{
return 0;
}