| delorie.com/archives/browse.cgi | search |
| From: | Andrew Crabtree <andrewc AT typhoon DOT rose DOT hp DOT com> |
| Message-Id: | <199706201816.AA288410576@typhoon.rose.hp.com> |
| Subject: | Re: how to include my own library? |
| To: | z2191317 AT student DOT unsw DOT edu DOT au |
| Date: | Fri, 20 Jun 1997 11:16:16 PDT |
| Cc: | djgpp AT delorie DOT com |
| In-Reply-To: | <33A27B25.652D@student.unsw.edu.au>; from "yin tan cui" at Jun 14, 97 10:06 pm |
> directory called "adtlib" inside the directory djgpp\include. > > the problem is that every time I need to include these files, I have > to do > #include "c:\djgpp\include\adtlib\adtlib.h" Did you try #include <adtlib/adtlib.h> It should work. If you need examples look at files that include any of the header files in \djgpp\include\sys Andrew
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |