chiark / gitweb /
Add 'base91-c/' from commit '664054e8f603f09badb98ef09ee1bd1e58d93659'
[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); }