aboutsummaryrefslogtreecommitdiff
path: root/src/Hello.h
blob: 1ec1f96bace7585f00214897e17d9551f5df8286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SRC_HELLO_H_
#define SRC_HELLO_H_

#ifdef __cplusplus
extern "C" {
#endif

void printMessage(const char* message);

#ifdef __cplusplus
}
#endif

#endif /* SRC_HELLO_H_ */