]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clarify that the value of getc() etc. is an unsigned char converted
authorTony Finch <fanf@FreeBSD.org>
Wed, 15 May 2002 16:55:58 +0000 (16:55 +0000)
committerTony Finch <fanf@FreeBSD.org>
Wed, 15 May 2002 16:55:58 +0000 (16:55 +0000)
commitcfad593dbda53a8925e9adf0159cbb384c3897f6
tree484d3c5d6256335990845ef1ff95f21a3db0e797
parent02f1d90bdaa075141efdd614c10e95570e5d38ee
Clarify that the value of getc() etc. is an unsigned char converted
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.

Approved by: dwmalone (mentor)
MFC after: 3 days
lib/libc/stdio/getc.3