[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: IO errors -- intentionally undocumented return value?
- From: "Aaron Brown" <arundelo@...>
- Date: Mon, 28 Aug 2006 23:32:15 -0400
On error, the IO library functions close, flush, open,
popen, read, seek, setvbuf, tmpfile, and write all return
the error's errno.h error number. This is undocumented. Is
that intentional?
--
Aaron