home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / strlen.0 < prev    next >
Text File  |  1993-12-07  |  858b  |  67 lines

  1.  
  2. STRLEN(3)                  UNIX Programmer's Manual                  STRLEN(3)
  3.  
  4. NNAAMMEE
  5.      ssttrrlleenn - find length of string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _s_i_z_e___t
  11.      ssttrrlleenn(_c_o_n_s_t _c_h_a_r _*_s)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrrlleenn() function computes the length of the string _s.
  15.  
  16. RREETTUURRNN VVAALLUUEESS
  17.      The ssttrrlleenn() function returns the number of characters that precede the
  18.      terminating NUL character.
  19.  
  20. SSEEEE AALLSSOO
  21.      string(3)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The ssttrrlleenn() function conforms to ANSI C3.159­1989 (``ANSI C'').
  25.  
  26. BSD Experimental                 June 29, 1991                               1
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.