summaryrefslogtreecommitdiff
path: root/tests/console/src/hello1/hello1.h
blob: 0916d6bb4ddc8daa80e511a6579fb2901ad76cd7 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

char const* hello1(void);

#ifdef __cplusplus
}
#endif