DEBSOURCES
Skip Quicknav
sources / buildstream / 1.6.9-3 / doc / examples / integration-commands / files / libhello / libhello.h
12345678
/* * libhello.h - The hello library */ /* * A function to say hello to @person */ void hello(const char *person);