chiark / gitweb /
6e73f766b56e1cbe2dd751e6d4f8dfa4b34d7fc0
[subdirmk.git] / 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"; }