summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/src/test.h
blob: f794a69c78e83406998abc5469d65600a9f8ded1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef __cplusplus
extern "C" {
#endif

void test1(void);
void test2(void);
void test3(void);
void test4(void);
int  test5(void);

#ifdef __cplusplus
}
#endif