chiark / gitweb /
subdirmk: Merge new version and fix everything
[secnet.git] / subdirmk / example / lib / toylib.c
1 /*
2  * subdirmk - example code
3  *  Copyright 2019 Mark Wooding
4  * SPDX-License-Identifier: LGPL-2.0-or-later
5  * There is NO WARRANTY.
6  */
7
8 #include "toylib.h"
9
10 const char *greeting(void)
11   { return "Hello, world!\n"; }