chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs: Fix some leftover ; and ,
[secnet.git]
/
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"; }