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

char const* hello2(void);

#ifdef __cplusplus
}
#endif