home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / tests2.2a / isalpha.c < prev    next >
Text File  |  1997-09-03  |  42b  |  5 lines

  1. bool f (char c)
  2. {
  3.   return isalpha (c);
  4. }
  5.