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