| << Previous Message | Main Index | Next Message >> |
| << Previous Message in Thread | This Month | Next Message in Thread >> |
Date : Tue, 29 Apr 1986 13:53:00 EDT
From : Boebert@...
Subject: Small C Challenge Question
What's wrong with this function? (Small C Handbook, pg 183).
sout(string,fd) char *string; int fd; {
if (fputs(string, fd) == EOF) xout();
}
Earl (Boebert -at MIT-Multics)
| << Previous Message | Main Index | Next Message >> |
| << Previous Message in Thread | This Month | Next Message in Thread >> |