nsprpub/lib/libc/README

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial