8 lines
155 B
C
8 lines
155 B
C
|
|
/*
|
||
|
|
Compile with:
|
||
|
|
gcc -g -Wall -shared -o libtest10-changed-parm-c-v1.so test10-changed-parm-c-v1.c */
|
||
|
|
|
||
|
|
float
|
||
|
|
foo(float a, float b)
|
||
|
|
{return a + b;}
|