I am studying the FastCGI framework for C++ but the getenv(...) function seems to be externally defined. Where can I find it's definition?
It's usually a built-in function, you'll find it in the source of your compiler -- if you have access to it