Search code examples
c++reverse-engineeringfastcgi

Where is the source of getenv(...)?


I am studying the FastCGI framework for C++ but the getenv(...) function seems to be externally defined. Where can I find it's definition?


Solution

  • It's usually a built-in function, you'll find it in the source of your compiler -- if you have access to it