Date: Mon, 2 Mar 1998 09:45:24 +0200 (IST) From: Eli Zaretskii To: ckchan cc: djgpp AT delorie DOT com Subject: Re: header files ? In-Reply-To: <34F8CEF2.8D14F477@pc.jaring.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 1 Mar 1998, ckchan wrote: > can we add header file ( xxx.h ) to djgpp ??? As Nate suggested, you should explain your problem in more detail, to get meaningful help. What's below is guesswork. If you are looking for functions that aren't there in the DJGPP library, copying header files won't work, since headers don't usually include actual code, only declarations and prototypes. But if the DJGPP library support some functionality, some DJGPP header will have the related declarations. So if, for example, you have code that expects a prototype of certain functions to be in certain header files, find out which DJGPP header declares them.