1 2 3 4 5 6 7 8 9 10
/* * Wrapper to add missing symbol to externally supplied code */ #ifdef Lynx extern int optind; extern char *optarg; #endif #include "ttf2pt1.c"