home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat3 / isalpha.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. ISALPHA(3)                 UNIX Programmer's Manual                 ISALPHA(3)
  3.  
  4. NNAAMMEE
  5.      iissaallpphhaa - alphabetic character test
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ccttyyppee..hh>>
  9.  
  10.      _i_n_t
  11.      iissaallpphhaa(_i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The iissaallpphhaa() function tests for any character for which isupper(3) or
  15.      islower(3) is true and for which none of iscntrl(3),  isdigit(3),
  16.      ispunct(3),  or isspace(3) is true.  In the _`_`_C_'_' locale, iissaallpphhaa() re­
  17.      turns true only for the characters for which isupper(3) or islower(3) is
  18.      true.
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      The iissaallpphhaa() macro returns zero if the character tests false and returns
  22.      non­zero if the character tests true.
  23.  
  24. SSEEEE AALLSSOO
  25.      isascii(3),  isalnum(3),  iscntrl(3),  isdigit(3),  isgraph(3),
  26.      islower(3),  isprint(3),  ispunct(3),  isspace(3),  isupper(3),
  27.      isxdigit(3),  toascii(3),  tolower(3),  toupper(3),  stdio(3) ascii(7)
  28.  
  29. SSTTAANNDDAARRDDSS
  30.      The iissaallpphhaa() function conforms to ANSI C3.159­1989 (``ANSI C'').
  31.  
  32. BSD Experimental                 June 29, 1991                               1
  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.