summaryrefslogtreecommitdiff
path: root/doc/examples/strict-mode/files/libhello/libhello.h
blob: f714f3659fa19509765bb93e8f9eb706fb4cfdb7 (plain)
1
2
3
4
5
6
7
8
/*
 * libhello.h - The hello library
 */

/*
 * A function to say hello to @person
 */
void hello(const char *person);