blob: f714f3659fa19509765bb93e8f9eb706fb4cfdb7 [file] [log] [blame]
/*
* libhello.h - The hello library
*/
/*
* A function to say hello to @person
*/
void hello(const char *person);