Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@duke.edu>
  To  : 
  Date: 08 Mar 1999 20:54:32 -0500

Re: getopt_long()

Luke <lop@duke.edu> writes:

> the glibc help page that garrett gave us a link to speaks of a function
> called getopt_long() that promises to solve all our problems with long
> option parsing, help us with our homework, do our laundry, serve us
> breakfast in bed, and always wake us up in time for class.  the example
> says getopt_long is in stdio.h.  unfortunately, it is not.  grep can't
> find anything anywhere else either.  i saw rcd give an example of this
> in class- unfortunately, i guess he has some files that we don't....
> help!
> -luke

getopt_long appears to be one of those gnu things that isn't available
on solaris.  I've looked and can't find it.  Sorry about that.  If
anyone finds it, post news!

	-- Garrett :-{


Index: [thread] [date] [subject] [author]