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

char const* hello3(void);

#ifdef __cplusplus
}
#endif