/* $Id: getopt.mi,v 8.10 2000/05/31 13:16:24 ksb Exp $ */ %#if %K.3v || %K.2v || %K1v /* IBMR2 (AIX in the real world) defines * optind and optarg in and confuses the heck out * of the C compiler. So we use those externs. I guess we will * have to stop using the old names. -- ksb */ %%K2v int % %K1v = 1%; /* index into parent argv vector */ %%K2v char % *%K2v%; /* argument associated with option */ #endif /* only if we use them */ %#if %K.3v %%K2v int % %K3v%; /* character checked for validity */ #endif