]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/contrib/mac-cw/mac_main.c
2 * mac_main.c -- The REAL entry point which
3 * calls the tools main code. For the tools
4 * the symbol "main" has been #defined to "tool_main"
5 * so that this entry point may be used to access
6 * the user-input first.
19 return tool_main(argc
,argv
); // Call the tool "main()" routine