On Mon, Jun 11, 2001 at 12:34:53AM -0400, Kevin Lawton wrote:
> I needed the va_start macro etc from stdarg.h for variable args
> handling.  This is in stdarg.h, which is in a separate GCC supplied
> directory.  Since the first thing that kernel.h in the Linux kernel
> does is include <stdarg.h>, I can't imagine it's bad practice to
> use it.

Okay, that's fair. How about using "linux/foo.h" instead of
<linux/foo.h>? AFAIK the former would only search the current
directory and the paths passed in with -I.

Reply via email to