Add comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:59:12 +0000 (20:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:59:12 +0000 (20:59 +0000)
lib/__fpending.c

index a872102abf8a27a065ebe83f534cd9a801dfa2b6..007302c8c4563644e25a902758703f8f2a593bac 100644 (file)
@@ -1,5 +1,5 @@
 /* __fpending.c -- return the number of pending output bytes on a stream
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,6 +23,8 @@
 
 #include "__fpending.h"
 
+/* Return the number of pending (aka buffered, unflushed)
+   bytes on the stream, FP, that is open for writing.  */
 size_t
 __fpending (FILE *fp)
 {