Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <string.h>
#include "dlfcn.h"
'defines' | |
#define | __BSD_VISIBLE 1 |
#define | FLAGS (RTLD_NOW|RTLD_GLOBAL) |
'typedefs' | |
typedef void(* | dlModuleTestFn )(int number) |
Funciones | |
int | test_one () |
int | test_two () |
int | test_three () |
int | main (int argc, char **argv) |
void * | try_open (const char *f1, const char *f2, const char *f3) |
#define __BSD_VISIBLE 1 |
#define FLAGS (RTLD_NOW|RTLD_GLOBAL) |
typedef void(* dlModuleTestFn)(int number) |
int test_one | ( | ) |
int test_three | ( | ) |
int test_two | ( | ) |
void* try_open | ( | const char * | f1, |
const char * | f2, | ||
const char * | f3 | ||
) |