Call a function in a shared library: Difference between revisions

Content deleted Content added
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)
{