[comp.sys.mac.programmer] getopt & MPW 3.0

delft@fwi.uva.nl (Andre van Delft) (01/01/90)

I am porting software from SUN to MAC, MPW 3.0. It seems that 

extern int getopt(); extern char *optarg; extern int optind, opterr;

are not available in MPW 3.0. How to overcome this without writing
getopt etc. myself ?

Andre van Delft