chiark / gitweb /
Merge commit 'ff11733b6b7d7920033f81c4669ebba9131b984f' into wip.subdirmk
[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  */
6
7 #include "toylib.h"
8
9 const char *greeting(void)
10   { return "Hello, world!\n"; }