Asterisk - The Open Source Telephony Project
18.5.0
|
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.