~ubuntu-branches/ubuntu/wily/opencollada/wily

« back to all changes in this revision

Viewing changes to Externals/LibXML/macos/src/macos_main.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <GUSICommandLine.h>
 
2
#include <stdlib.h>
 
3
 
 
4
#undef main
 
5
 
 
6
DECLARE_MAIN(test)
 
7
 
 
8
REGISTER_MAIN_START
 
9
REGISTER_MAIN(test)
 
10
REGISTER_MAIN_END
 
11
 
 
12
int main()
 
13
{
 
14
        (void) exec_commands();
 
15
        
 
16
        return 0;
 
17
}