brintos

brintos / linux-shallow public Read only

0
0
Text · 107 B · 3636ab5 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02#ifdef INCLUDE3#include "krava.h"4#endif5 6int inc(void)7{8	return 0;9}10