www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - If you can't import headers, then what?

reply Gold Dragon <dragonwing dragonu.net> writes:
There are some C headers that I want to work with but since I can't 
include them and they aren't in std.c.linux.*?

Ok, just want is in std.c.linux.linux? Is it every header for linux in 
there or something? I looking for types.h and stats.h.
Jun 22 2004
parent reply Russ Lewis <spamhole-2001-07-16 deming-os.org> writes:
Gold Dragon wrote:
 There are some C headers that I want to work with but since I can't 
 include them and they aren't in std.c.linux.*?
 
 Ok, just want is in std.c.linux.linux? Is it every header for linux in 
 there or something? I looking for types.h and stats.h.
Figure out what actual function or structure you need. Then grep for that in the std.c.linux.* files.
Jun 22 2004
parent Gold Dragon <dragonwing dragonu.net> writes:
Even through I don't have grep, I will do what you say. I just wanted to 
take the easy way out.

 Russ Lewis wrote:
 
 Figure out what actual function or structure you need.  Then grep for 
 that in the std.c.linux.* files.
 
Jun 22 2004