(_IO_default_showmanyc): Change return type to size_t.

This commit is contained in:
Ulrich Drepper 2000-08-03 23:32:09 +00:00
parent eb48f491b1
commit 5b9f145081

View File

@ -1021,7 +1021,7 @@ _IO_default_write (fp, data, n)
return 0;
}
int
size_t
_IO_default_showmanyc (fp)
_IO_FILE *fp;
{