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.
Modestas Vainius
d6891e65c8
|
15 years ago | |
---|---|---|
.. | ||
README | 16 years ago | |
basename.c | 16 years ago | |
compat.h | 16 years ago | |
dirname.c | 16 years ago | |
fnmatch.c | 15 years ago | |
gethostbyname_r.c | 16 years ago | |
gethostname.c | 16 years ago | |
getservbyname_r.c | 16 years ago | |
glob.c | 16 years ago | |
inet_aton.c | 16 years ago | |
snprintf.c | 15 years ago | |
strdup.c | 16 years ago | |
strlcat.c | 16 years ago | |
strlcpy.c | 16 years ago | |
strmode.c | 16 years ago | |
strrstr.c | 16 years ago | |
strsep.c | 16 years ago |
README
Compatibility Suite
-------------------
This directory contains a compatibility suite that provides alternate
implementations of various library functions which are not available or
not usable on some platforms.
The original copyright information for each function is included in
the source files. I've modified the files slightly for integration
into this suite, but the functionality has not been modified from
the original source.