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

  1.  
  2. TOUPPER(3)                 UNIX Programmer's Manual                 TOUPPER(3)
  3.  
  4. NNAAMMEE
  5.      ttoouuppppeerr - lower case to upper case letter conversion
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ccttyyppee..hh>>
  9.  
  10.      _i_n_t
  11.      ttoouuppppeerr(_i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ttoouuppppeerr() function converts a lower­case letter to the corresponding
  15.      upper­case letter.  If the argument is a lower­case letter, the ttoouuppppeerr()
  16.      function returns the corresponding upper­case letter if there is one;
  17.      otherwise the argument is returned unchanged.
  18.  
  19. SSEEEE AALLSSOO
  20.      isascii(3),  isalnum(3),  isalpha(3),  iscntrl(3),  isdigit(3),
  21.      isgraph(3),  islower(3),  isprint(3),  ispunct(3),  isspace(3),
  22.      isupper(3),  isxdigit(3),  toascii(3),  toupper(3),  stdio(3) ascii(7)
  23.  
  24. SSTTAANNDDAARRDDSS
  25.      The ttoolloowweerr() function conforms to ANSI C3.159­1989 (``ANSI C'').
  26.  
  27. BSD Experimental                 June 29, 1991                               1
  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.