summaryrefslogtreecommitdiff
path: root/xmake/templates/c/static/project/src/interface.h
blob: 6c2aa9c2a0075f7a2022c735fde7d6706adfa685 (plain)
1
2
3
4
5
6
7
8
/*! calculate add(a, b)
 *
 * @param a     the first argument
 * @param b     the second argument
 *
 * @return      the result
 */
int             add(int a, int b);