Date: Sat, 22 Dec 2001 15:20:30 +0200 From: Yuri Karaban <ura@sphinx.univ.kiev.ua> To: freebsd-arch@freebsd.org Subject: gnu getopt in libc Message-ID: <20011222132030.GA19596@sphinx.univ.kiev.ua>
next in thread | raw e-mail | index | archive | help
gnu getopt supports long options and can reorder option keys so i can write: some_program -a -b -c file1 file2 -d -e -f FreeBSD getopt in libc very simple it can recoginze only one letter arguments, does not support optional arguments and arguments to program may appear only at the beginning. so why dont replace libc/stdlib/getopt.c by gnu version ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011222132030.GA19596>