On Thu, Aug 7, 2008 at 2:28 PM, Bill Cunningham <[EMAIL PROTECTED]> wrote:

>    I see. The reference I looked at says that the first and only parameter
> isalpha takes is int. How would you check for a char string if isalpha takes
> an int?

>From the Linux man page for isalpha, isdigit, etc:

These  functions  check  whether  c,  which  must  have the value of an
       unsigned char or EOF, falls into a certain character class according to
       the current locale.

If you need to process an entire string, you will need to iterate
through each char

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
 If I were to divulge it, it would overturn the world."
 -- Jelaleddin Rumi

Reply via email to