Include <stdlib.h>.
authorJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 18:52:33 +0000 (18:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 18:52:33 +0000 (18:52 +0000)
commit210212143b6cbafa886e24ae6a3c1723870cb2e3
tree53d701d4806ef93a6eadfdf507e1de0945a431b9
parent821a730797c8022da2903dbf7a823acc22350c3f
Include <stdlib.h>.
(__fpending): Abort if PENDING_OUTPUT_N_BYTES is negative.
This ensures that if there is an error in the definition of the
PENDING_OUTPUT_N_BYTES expression, we'll find about it right away;
this value is used only in the rare event that close_stdout's
fclose fails with EBADF.
lib/__fpending.c