Eneboo - Documentación para desarrolladores
|
#include "fmgr.h"
Ir al código fuente de este archivo.
Funciones | |
void * | pg_dlopen (char *filename) |
PGFunction | pg_dlsym (void *handle, char *funcname) |
void | pg_dlclose (void *handle) |
char * | pg_dlerror (void) |
void pg_dlclose | ( | void * | handle | ) |
char* pg_dlerror | ( | void | ) |
void* pg_dlopen | ( | char * | filename | ) |
PGFunction pg_dlsym | ( | void * | handle, |
char * | funcname | ||
) |