LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   *_core.h... Where does this come from? (https://www.linuxquestions.org/questions/programming-9/%2A_core-h-where-does-this-come-from-510122/)

smitty1276 12-13-2006 01:56 PM

*_core.h... Where does this come from?
 
So I have the big code base from another group here at work, and they have a lot of includes that look like /usr/include/internal/*_core.h

There appear to be scattered references to this on the internet, but I can't figure out what "internal" means (in the path) or where it all comes from. Does anyone know? The files are things like ctype_core.h, stdlib_core.h, and other variants of standard headers.

matthewg42 12-13-2006 02:10 PM

Never seen this. Maybe it is headers for libraries which have been developed internally in your company?

smitty1276 12-13-2006 02:18 PM

I suppose it's possible, but they seem to all take names from std headers so it doesn't really seem likely. If so, I'm screwed because I wouldn't have access to that code (bureaucracy sucks :) ).

Thanks.


All times are GMT -5. The time now is 10:14 PM.