Change outc to match prototype
This commit is contained in:
parent
252f47a817
commit
eba2820db2
@ -61,11 +61,11 @@ cat(file)
|
||||
(void)close(fd);
|
||||
}
|
||||
|
||||
void
|
||||
int
|
||||
outc(c)
|
||||
int c;
|
||||
{
|
||||
(void)putc(c, stderr);
|
||||
return putc(c, stderr);
|
||||
}
|
||||
|
||||
#if __STDC__
|
||||
|
Loading…
x
Reference in New Issue
Block a user