FAQ - jwyx/ForFun GitHub Wiki
How to find c/c++ headers
from http://stackoverflow.com/questions/344317/where-does-gcc-look-for-c-and-c-header-files
`gcc -print-prog-name=cc1plus` -v
`gcc -print-prog-name=cc1` -v
头文件系统搜索路径
/usr/include
How to find c/c++ headers
from http://stackoverflow.com/questions/344317/where-does-gcc-look-for-c-and-c-header-files
`gcc -print-prog-name=cc1plus` -v
`gcc -print-prog-name=cc1` -v
头文件系统搜索路径
/usr/include