gcc-stdinc 1.0
--------------
This is free software.  License is GPL2.

gcc-std-inc prints to standard output the list of system include paths that
are searched by the gcc preprocessor.

    USAGE: gcc-stdinc <lang>

...where lang is one of "c", "c++" etc. (see man gcc -x option)

    EXAMPLE: gcc-stdinc c++

-Andrew Tomazos <andrew@tomazos.com>, Feb 2007

