summaryrefslogtreecommitdiff
path: root/appnlib/hello.h
blob: 3f48750e6f250f36acb74b773763443527bfab14 (plain)
1
2
3
4
5
6
#ifndef HELLO_H
#define HELLO_H

int print_hello (char *name);

#endif /* HELLO_H */