summaryrefslogtreecommitdiff
path: root/examples/subprojects/libhello1/hello1.h
blob: edd7f85a5f63ebc109cfb4daa9feb913fa1ee7e7 (plain)
1
2
3
4
5
6
#ifndef _HELLO1_H_
#define _HELLO1_H_

extern const char *msg1;

#endif // _HELLO1_H_