From: Martin Str|mberg Message-Id: <200101211845.TAA10665@father.ludd.luth.se> Subject: Re: Moving _invent_inode() to a libc/*.h header file In-Reply-To: <2427-Sun21Jan2001200715+0200-eliz@is.elta.co.il> from Eli Zaretskii at "Jan 21, 2001 08:07:15 pm" To: djgpp-workers AT delorie DOT com Date: Sun, 21 Jan 2001 19:45:00 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > I don't mind, but making a header for a single function seems > excessive. You can always put the prototype inside the source. I wouldn't recommend that. We should use C's abilities to find problems. Perhaps we could put the prototype in libc/internal.h? Right, MartinS