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