Cross Reference: macos_main.c
xref
: /
vbox
/
src
/
libs
/
libxml2-2.6.31
/
macos
/
src
/
macos_main.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
macos_main.c revision 38ae7e4efe803ea78b6499cd05a394db32623e41
#
include
<
GUSICommandLine.h
>
#
include
<
stdlib.h
>
#
undef
main
DECLARE_MAIN
(
test
)
REGISTER_MAIN_START
REGISTER_MAIN
(
test
)
REGISTER_MAIN_END
int
main
()
{
(
void
)
exec_commands
();
return
0;
}