3) clang -std=c99 -Wall -pedantic main.c -L. -lruntime 2) LD_PRELOAD=libruntime.so ./a.out -p 2 10 25 1) export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."