Workshop o mikrokontrolérech na SKSP 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Mareš 65033ec3bf Imported libucw 2 months ago
..
Makefile Imported libucw 2 months ago
README Imported libucw 2 months ago
getopt-sh.c Imported libucw 2 months ago
getopt-sh.h Imported libucw 2 months ago
getopt.c Imported libucw 2 months ago
getopt.h Imported libucw 2 months ago
getopt1.c Imported libucw 2 months ago
getopt_init.c Imported libucw 2 months ago
getopt_int.h Imported libucw 2 months ago

README

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