summaryrefslogtreecommitdiff
path: root/tests/projects/c/headeronly/src/foo.h
blob: 915f44b87b0664b92aab4e19fe67f384908d5b82 (plain)
1
2
3
4
5
6
7
8
9
/*! calculate add(a, b) 
 *
 * @param a     the first argument
 * @param b     the second argument
 *
 * @return      the result
 */ 
int             add(int a, int b);