I am sure this question has been asked and answered before; however, a search did not turn it up.
I am looking for standard header files (<>). I am on a Mac (10.10.3) and they are not showing up on my spotlight search (meaning they are installed in one of my "Libraries" directories which are not indexed.
gcc is in /usr/bin (as it should be). /usr/include would be where the include files go; however, I don't see anything in usr (via 'find -L /usr -name "wifi.h" -print'). I know that wifi.h is somewhere as the example complies and it is referenced as '#include <wifi.h>' so it is in the global search path.
I have also checked my ~/Library and /Library folders.