]> mj.ucw.cz Git - libucw.git/commit
trying to steal GNU libc's getopt... maybe it would be better
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 12 Apr 2007 10:03:30 +0000 (12:03 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 12 Apr 2007 10:03:30 +0000 (12:03 +0200)
commit140367a5e8a3f35c80c73b28e924473da63590f0
tree232a04dc5221814bcf67e518b90512b41e043d83
parent6ea963867ef0111a93cc4fd503ef5a067b764ccc
trying to steal GNU libc's getopt... maybe it would be better
to simply strip the code only (not long) instead of copying entire files :-/
lib/Makefile
lib/getopt.h
lib/getopt/Makefile [new file with mode: 0644]
lib/getopt/getopt-sh.c [new file with mode: 0644]
lib/getopt/getopt-sh.h [new file with mode: 0644]
lib/getopt/getopt.c [new file with mode: 0644]
lib/getopt/getopt.h [new file with mode: 0644]
lib/getopt/getopt1.c [new file with mode: 0644]
lib/getopt/getopt_init.c [new file with mode: 0644]
lib/getopt/getopt_int.h [new file with mode: 0644]