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

5 lines
38 B
C

int lib1_foo(void)
{
return 42;
}