summaryrefslogtreecommitdiff
path: root/tests/projects/other/merge_object/src/interface.h
blob: 10ec0f85635d289783b389983d59f12e5d062a4a (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);