Joe_E_Powell@cup.portal.com (06/17/88)
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