tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

string_operations.rst (507B)


      1 String Operations
      2 =================
      3 
      4 This chapter describes some of the key NSPR functions for manipulating
      5 strings. Libraries built on top of NSPR, such as the Netscape security
      6 libraries, use these functions to manipulate strings. If you are copying
      7 or examining strings for use by such libraries or freeing strings that
      8 were allocated by such libraries, you must use these NSPR functions
      9 rather than the libc equivalents.
     10 
     11 - :ref:`PL_strlen`
     12 - :ref:`PL_strcpy`
     13 - :ref:`PL_strdup`
     14 - :ref:`PL_strfree`