post
[new post]
[recent posts]
[new user]
poster: toraton
description: add.c - dlsym example
language: C
[download]
1 2 3 4
int add(int x, int y) { printf("%d\n", x+y); return x+y; }