• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-May-20222.9 KiB149102

READMEH A D17-Dec-2021824 2115

base64.cH A D17-Dec-20218 KiB417333

plc.defH A D17-Dec-20211.7 KiB7372

plc.rcH A D17-Dec-20211.9 KiB7161

plerror.cH A D17-Dec-20211.2 KiB4527

plgetopt.cH A D17-Dec-20217.6 KiB252181

plvrsion.cH A D17-Dec-20213.4 KiB10168

strcase.cH A D17-Dec-20215.8 KiB207165

strcat.cH A D17-Dec-20211.1 KiB5538

strchr.cH A D17-Dec-20211.4 KiB7151

strcmp.cH A D17-Dec-2021842 3424

strcpy.cH A D17-Dec-20211.4 KiB6647

strdup.cH A D17-Dec-20211,013 6041

strlen.cH A D17-Dec-20211.1 KiB4831

strpbrk.cH A D17-Dec-20211.7 KiB8058

strstr.cH A D17-Dec-20212.4 KiB11186

strtok.cH A D17-Dec-20211.2 KiB6047

README

1NSPR 2.0 libc functions
2-----------------------
3
4Last edited: AOF 04 March 1997
5
6This directory contains various libc-types of functions. All functions in
7this directory are platform independent, thread friendly (both safe and
8efficient). They are contributed from various sources, though the contri-
9butions are monitored by the NSPR group (mailto:freier).
10
11All API items exported by these functions will contain the same three
12character prefix, "PL_" (Portable Library). Internal function names
13that are not exported (static) are of little concern, though some caution
14must be used on those elements that are 'extern' but not really intended
15to be part of the API. Those should all have a prefix of "_PL_" (is that
16legal?).
17
18The responsibility for contributions in this area are distributed among
19all interested parties.
20
21