"Dennis Clarke" <[EMAIL PROTECTED]> wrote:

> > getopt.h does not officieally exist, it is a private file written by RMS.
> >
> > Jörg
>
> In the category "Jörg will know for sure"  :-)
>
> What is the correct way to do things? Officially ?

The getopt() prototype is in unistd.h

Most GNU influenced software tests for getopt_long() but forgets
about the fact that getopt.h is even more non-standard.


http://www.opengroup.org/onlinepubs/009695399/functions/getopt.html

is the official standard.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
dev mailing list
dev@lists.blastwave.org
https://lists.blastwave.org/mailman/listinfo/dev

Reply via email to