/* Compile with:
gcc -g -Wall -shared test20-add-fn-parm-v1.c -o libtest20-add-fn-parm-v1.so
*/
int
add(int a, int b, int c)
{return a + b + c;}