From: Konrad H. <ko...@ne...> - 2000-03-01 20:19:09
|
Antoine Lefebvre has written: > > I am working on little command line interface for cpropep and am wondering if there is an implementation of getopt() under windozes, it is in unistd.h. It is standard under Linux. > > I wait for an answer before beginning the work. > > -- > Antoine Lefebvre > ant...@po... Not sure which license path you want to pursue but getopts is done nicely as a GPL code. Look for getopt.c and getopt.h. It does work under Win31 and Win32. hth. -- kjh |