chiark / gitweb /
WIP
[subdirmk.git] / lib / toylib.c
1 #include "toylib.h"
2
3 const char *greeting(void)
4   { return "Hello, world!\n"; }