1 2 3 4 5 6 7 8 9 10
#include "posix.h" #include <stddef.h> const char *libdirs[] = { "/usr/lib", "/usr/local/lib", "/lib", NULL };