Asterisk - The Open Source Telephony Project  21.4.1
Typedefs | Functions
cygload.c File Reference

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[])
 

Detailed Description

Loader for Asterisk under Cygwin/windows. Open the dll, locate main, run.

Definition in file cygload.c.