chiark / gitweb /
subdirmk: Merge new version and fix everything
[secnet.git] / subdirmk / example / src / toy.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 <stdio.h>
9 #include "toylib.h"
10
11 int main(void)
12   { fputs(greeting(), stdout); return (0); }