garage/nixctor/lib.c

7 lines
67 B
C

#include <stdio.h>
void
libfunc(void)
{
puts("hello, world!");
}