ccsyspath helps you find the system include path of your c/c++ compiler
Supports gcc and clang c compilers.
You can retrieve all of the system include paths for a specific compiler with the system_include_paths function.
import ccsyspath
paths = ccsyspath.system_include_paths('/path/to/clang')
You can install the latest stable version from PyPI
$ pip install ccsyspath
Or, you can install the latest development version from GitHub
$ pip install git+git://github.com/AndrewWalker/ccsyspath.git
This package is based on the approach demonstrated in a stackoverflow answer licensed under the cc by-sa 3.0 with attribution required
If you experience problems with ccsyspath, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.