summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/c++/static/src/foo.h
blob: d2506bca987f07ff2a1634bcbf0e536cb17b9c94 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif

int add(int a, int b);

#ifdef __cplusplus
}
#endif