Call a function in a shared library: Difference between revisions

m
→‎{{header|C}}: fixed a type
(new task with C code; category?)
 
m (→‎{{header|C}}: fixed a type)
Line 46:
 
<lang c>#include <stdio.h>
/* gcc -shared -nostartfiles fakeimglib.c -o fameimglibfakeimglib.so */
int openimage(char *s)
{