Linux
Application
Development

Michael K. Johnson
Erik W. Troan

libhello.h

#ifndef LIBHELLO_H_
#define LIBHELLO_H_

void print_hello(void);

#endif /* LIBHELLO_H_ */