nsprpub/lib/libc/README

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nsprpub/lib/libc/README	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +NSPR 2.0 libc functions
     1.5 +-----------------------
     1.6 +
     1.7 +Last edited: AOF 04 March 1997
     1.8 +
     1.9 +This directory contains various libc-types of functions. All functions in
    1.10 +this directory are platform independent, thread friendly (both safe and
    1.11 +efficient). They are contributed from various sources, though the contri-
    1.12 +butions are monitored by the NSPR group (mailto:freier).
    1.13 +
    1.14 +All API items exported by these functions will contain the same three
    1.15 +character prefix, "PL_" (Portable Library). Internal function names
    1.16 +that are not exported (static) are of little concern, though some caution
    1.17 +must be used on those elements that are 'extern' but not really intended
    1.18 +to be part of the API. Those should all have a prefix of "_PL_" (is that
    1.19 +legal?).
    1.20 +
    1.21 +The responsibility for contributions in this area are distributed among
    1.22 +all interested parties.
    1.23 +

mercurial