// gcc -m32 -L. -g -O0 call_shared.c -lshared #include "shared.h" int main() { shared(); return 0; }