readme

来自「Netscape NSPR库源码」· 代码 · 共 21 行

TXT
21
字号
NSPR 2.0 libc functions-----------------------Last edited: AOF 04 March 1997This directory contains various libc-types of functions. All functions inthis directory are platform independent, thread friendly (both safe andefficient). They are contributed from various sources, though the contri-butions are monitored by the NSPR group (mailto:freier).All API items exported by these functions will contain the same threecharacter prefix, "PL_" (Portable Library). Internal function namesthat are not exported (static) are of little concern, though some cautionmust be used on those elements that are 'extern' but not really intendedto be part of the API. Those should all have a prefix of "_PL_" (is thatlegal?).The responsibility for contributions in this area are distributed amongall interested parties.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?