nsprpub/lib/libc/src/README

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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