1N/ANSPR 2.0 libc functions
1N/A-----------------------
1N/ALast edited: AOF 04 March 1997
1N/AThis directory contains various libc-types of functions. All functions in
1N/Athis directory are platform independent, thread friendly (both safe and
1N/Aefficient). They are contributed from various sources, though the contri-
1N/Abutions are monitored by the NSPR group (mailto:freier).
1N/AAll API items exported by these functions will contain the same three
1N/Acharacter prefix, "PL_" (Portable Library). Internal function names
1N/Athat are not exported (static) are of little concern, though some caution
1N/Amust be used on those elements that are 'extern' but not really intended
1N/Ato be part of the API. Those should all have a prefix of "_PL_" (is that
1N/AThe responsibility for contributions in this area are distributed among
1N/Aall interested parties.