Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc2 8 lines 71 B view raw
1#ifdef INCLUDE 2#include "krava.h" 3#endif 4 5int inc(void) 6{ 7 return 0; 8}