Subject: Re: lib/19638: isalpha (3) bug
To: Mike Cheponis <mac@Wireless.Com>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-bugs
Date: 01/03/2003 22:16:48
since isalpha() does not portably do what you want, why not write your own
function (or macro) to do what you do want?  Then you can make it portable
to standards compliant systems.

-dan