Annotation of embedaddon/libxml2/macos/src/macos_main.c, revision 1.1.1.1

1.1       misho       1: #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;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>