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

..31-Mar-2022-

include/H31-Mar-2022-709151

src/H31-Mar-2022-1,9211,447

Makefile.inH A D31-Mar-2022470 2510

READMEH A D31-Mar-2022824 2115

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