* Matt Stewart ([EMAIL PROTECTED]) wrote:
> The following functions are described as accepting a Rune, but instead
> the parameters are of type long.  Why?
> 
> int runelen(long);
> char *utfrune(char *, long);
> char *utfrrune(char *, long);
> 

Though I'm far from being an expert on that matter, I would assume
it's for the same reason putchar() takes an int.

Reply via email to