dodefine
dodefine(argv[2], (argc > 3) ? argv[3] : null);
extern void dodefine(const char *, const char *);
dodefine(optarg, p);