#include #include #include bool foo() { return (dlopen("./libbar.dylib", RTLD_NOW) != NULL); }