chiark / gitweb /
Merge commit 'ff11733b6b7d7920033f81c4669ebba9131b984f' into wip.subdirmk
[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  */
6
7 #include <stdio.h>
8 #include "toylib.h"
9
10 int main(void)
11   { fputs(greeting(), stdout); return (0); }