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

  1.  
  2. STRCOLL(3)                 UNIX Programmer's Manual                 STRCOLL(3)
  3.  
  4. NNAAMMEE
  5.      ssttrrccoollll - compare strings according to current collation
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _i_n_t
  11.      ssttrrccoollll(_c_o_n_s_t _c_h_a_r _*_s_1, _c_o_n_s_t _c_h_a_r _*_s_2)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrrccoollll() function lexicographically compares the null­terminated
  15.      strings _s_1 and _s_2 according to the current locale collation and returns
  16.      an integer greater than, equal to, or less than 0, according as _s_1 is
  17.      greater than, equal to, or less than _s_2.
  18.  
  19. SSEEEE AALLSSOO
  20.      bcmp(3),  memcmp(3),  setlocale(3),  strcasecmp(3),  strcmp(3),
  21.      strxfrm(3)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The ssttrrccoollll() 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.