"Initial commit to Gerrit"
[profile/ivi/libtiff.git] / contrib / mac-cw / mkg3_main.c
1 /*
2  *  mkg3_main.c -- passes fake arguments into main
3  */
4
5 #undef main
6
7 int
8 main()
9 {
10         static char *argv[4] = {
11          "mkg3states", "-c", "const", "tif_fax3sm.c" };
12         
13         return tool_main(4,argv);  // Call the tool "main()" routine
14 }
15 /*
16  * Local Variables:
17  * mode: c
18  * c-basic-offset: 8
19  * fill-column: 78
20  * End:
21  */