Edit

kc3-lang/libxml2/macos/src/macos_main.c

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-12-05 12:03:33
    Hash : d3b08826
    Message : integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS * configure.in libxml.h parser.c testThreads.c macos/: integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS using CodeWarrior. Daniel

  • macos/src/macos_main.c
  • #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;
    }