Path: utzoo!utgpu!water!watmath!uunet!portal!cup.portal.com!Joe_E_Powell From: Joe_E_Powell@cup.portal.com Newsgroups: unix-pc.general Subject: putc question/problem? Message-ID: <6583@cup.portal.com> Date: 17 Jun 88 01:02:52 GMT References: <5050@ihlpf.ATT.COM> Distribution: unix-pc Organization: The Portal System (TM) Lines: 7 XPortal-User-Id: 1.1001.3095 I just ran across this little problem today while running lint on a program that I am developing. There is a manual entry for putc that states it takes a char for one of it's args. However, stdio.h says it takes an unsigned char. What gives? Lint is raising hell about it. Which is correct, the manual or stdio.h? Joe E. Powell