Change outc to match prototype
This commit is contained in:
parent
53823cfb2c
commit
d96ed8f746
@ -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…
Reference in New Issue
Block a user