/* main.c --- link'em and smile! (all other code is elsewhere) */ /* under Manx Aztec C68K 3.6a, compile with: Contents cc main main cc init gadget dec's, openstuff, init, grabchip, fake toggle gadgets cc input help, hot help, input, smallinput, color tweaker cc anim animation includes, anim, popChip cc file save, load, increment, save & load colors, decimal, hex cc stor NewSuperWindow, dealwithit, newactive, deadwindow, stor, ZapAllWindows, offInput, onInput, clipboard stuff, roll cc art art, doKeys, vanillaKey, maybedospotat, maybedospot, dospot, suck, blow, flash blok, dumb gadgets, new, pick, new title, fill cc getfile This module is copyright (c) 1986 by C. Heath of Microsmiths, Inc. It's the file requester everyone uses. I have editted it slightly, and must distribute it in object-code format. Lets all give C. Heath a big round of applause, gang! ln -o PopArt art main init input file getfile anim stor c.lib cc anim -DPOPLITE cc init -DPOPLITE ln -o PopArtLite blah blah blah c.lib */ int gargc; char **gargv; main (argc, argv) char **argv; { gargc = argc; gargv = argv; init (); while (input ()) art (); quit ("bye!"); } /* I think tapeworms and planaria have about this many neurons in their brains... */