digitalmars.D - If you can't import headers, then what?
- Gold Dragon (4/4) Jun 22 2004 There are some C headers that I want to work with but since I can't
- Russ Lewis (3/8) Jun 22 2004 Figure out what actual function or structure you need. Then grep for
- Gold Dragon (2/7) Jun 22 2004
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
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
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