mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@15 a93c3328-9c30-0410-af19-c9cd2b2d52af
10 lines
153 B
C
10 lines
153 B
C
#include "openzap.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
printf("hello\n");
|
|
|
|
zap_global_set_default_logger(ZAP_LOG_LEVEL_DEBUG);
|
|
zap_global_init();
|
|
}
|