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

  1.  
  2. ISASCII(3)                 UNIX Programmer's Manual                 ISASCII(3)
  3.  
  4. NNAAMMEE
  5.      iissaasscciiii -
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ccttyyppee..hh>>
  9.  
  10.      _i_n_t
  11.      iissaasscciiii(_i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The iissaasscciiii() function tests for an ASCII character, which is any charac­
  15.      ter for which either iscntrl(3) (character codes 000 through 037 and also
  16.      including 0177) or isprint(3) (character codes 040 through 0176) is true.
  17.  
  18. SSEEEE AALLSSOO
  19.      isalnum(3),  isalpha(3),  iscntrl(3),  isdigit(3),  isgraph(3),
  20.      islower(3),  isprint(3),  ispunct(3),  isspace(3),  isupper(3),
  21.      isxdigit(3),  toascii(3),  tolower(3),  toupper(3),  stdio(3) ascii(7)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The iissaasscciiii() function conforms to ANSI C3.159­1989 (``ANSI C'').
  25.  
  26. BSD Experimental                  May 2, 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.