Kevin Goodsell wrote:
> Martin Dickopp wrote:
>
>> "interpim" <> writes:
>>
>>
>>>int isvowel(int letter);
>>
>>
>> Others have already answered your question. I would like to add that
>> function names that begin with `is' followed by a lowercase letter are
>> reserved for the implementation. To be safe, name your function
>> `is_vowel' or something similar.
>>
>
> I'd have to check to be sure, but I believe these are reserved for
> future library use, not for the implementation's use.
I just checked. You are correct, if 4.13 of the C89 draft is to be believed.
(I couldn't actually find this information in the C99 standard.)
--
Richard Heathfield :
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ:
http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc:
http://users.powernet.co.uk/eton