Thread overview
If you can't import headers, then what?
Jun 22, 2004
Gold Dragon
Jun 22, 2004
Russ Lewis
Jun 22, 2004
Gold Dragon
June 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.
June 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.

June 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.
>