chiark / gitweb /
More docs updates
[subdirmk.git] / lib / toylib.c
1 /*
2  * subdirmk - example code
3  *  Copyright 2019 Mark Wooding
4  * SPDX-License-Identifier: LGPL-2.0-or-later
5  */
6
7 #include "toylib.h"
8
9 const char *greeting(void)
10   { return "Hello, world!\n"; }