Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Loader for Asterisk under Cygwin/windows. Open the dll, locate main, run. More...
#include <unistd.h>
#include <dlfcn.h>
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | main_f) (int argc, char *argv[]) |
Functions | |
int | main (int argc, char *argv[]) |
Loader for Asterisk under Cygwin/windows. Open the dll, locate main, run.
Definition in file cygload.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |