Find the system include paths for clang and gcc C/C++ compilers
Project description
ccsyspath helps you find the system include path of your c/c++ compilers system include path
Supports gcc and clang c compilers.
Usage
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')
Acknowledgements
This package is based on the approach demonstrated in a stackoverflow answer licensed under the cc by-sa 3.0 with attribution required
Contributing
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.