bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] full-write.c / full-read.c consolidation


From: Jim Meyering
Subject: [Bug-gnulib] full-write.c / full-read.c consolidation
Date: Mon, 06 Jan 2003 15:19:19 +0100

Any objection to this?

        * full-write.c: Rework so that it may serve to define full_read, too.
        * full-read.c: Simply #define FULL_READ and include full-write.c.

With the above change, full-read.c is just two lines (modulo copyright):

  #define FULL_READ
  #include "full-write.c"

And here's full-write.c:

Attachment: full-write.c
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]