make-it-quick/example/lib2/lib2.c

5 lines
38 B
C

int lib2_bar(void)
{
return 42;
}