#ifndef DL_H #define DL_H void *android_dlopen(char *path, u_int32_t flags); #endif /* DL_H */