From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <87f034ae0605152003x4d8ee664o4bef08473c10eef6@mail.gmail.com> Date: Mon, 15 May 2006 23:03:03 -0400 From: "Matt Stewart" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [9fans] strangely typed functions in standard library Topicbox-Message-UUID: 5196e990-ead1-11e9-9d60-3106f5b1d025 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);