chiark / gitweb /
afa423d963d299049b08e05490c6f87988d28a17
[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"; }