sksp2024-mcu/libucw/ucw/getopt
2024-09-14 21:50:33 +02:00
..
getopt-sh.c Imported libucw 2024-09-14 21:50:33 +02:00
getopt-sh.h Imported libucw 2024-09-14 21:50:33 +02:00
getopt.c Imported libucw 2024-09-14 21:50:33 +02:00
getopt.h Imported libucw 2024-09-14 21:50:33 +02:00
getopt1.c Imported libucw 2024-09-14 21:50:33 +02:00
getopt_init.c Imported libucw 2024-09-14 21:50:33 +02:00
getopt_int.h Imported libucw 2024-09-14 21:50:33 +02:00
Makefile Imported libucw 2024-09-14 21:50:33 +02:00
README Imported libucw 2024-09-14 21:50:33 +02:00

This directory contains getopt routines from the GNU libc 2.5.
We need this as a fallback for our reset_getopt(), because there is
no standardized interface for such instruction.

They are distributed under the GNU LGPL.

All files are exact copies of the original distribution with very
few exceptions commented with `// UCW' prefix.
I only provided my own getopt-sh.c, getopt-sh.h and Makefile.

                                        Pavel Charvat, 2007