C Workshop
|
Go to the source code of this file.
Functions | |
void | PrintEnvironment (char *envp[]) |
Prints the environment variables using the format: More... | |
void PrintEnvironment | ( | char * | envp[] | ) |
Prints the environment variables using the format:
'Environment variable "PROCESSOR_ARCHITECTURE" has the value "AMD64".'
envp | The environment variables. |