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