[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: WANTED: POSIX compatible getopt
- From: Rob Kendrick <lua-l@...>
- Date: Fri, 9 Jan 2009 15:27:45 +0000
On Fri, 09 Jan 2009 17:20:57 +0200
Aleksey Cheusov <cheusov@tut.by> wrote:
> 1) to be compatible with
> http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02
Ah, right. These are guidelines only, thus something that does not
follow them is not unPOSIXy.
> 2) provide support for long options like *BSD and
> GNU libc getopt_long(3) functions do.
Then wrap the BSD functions, and use them everywhere? No licence
stickyness here, either.
--
B.