#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <dlfcn.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | MAIN_ENTRY )(int argc, char **argv) |
Functions | |
int | main (int argc, char **argv) |
typedef int(* MAIN_ENTRY)(int argc, char **argv) |