~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/lib/libc/README

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

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