C Workshop
PrintEnvironment.h File Reference

Go to the source code of this file.

Functions

void PrintEnvironment (char *envp[])
 Prints the environment variables using the format: More...
 

Function Documentation

◆ PrintEnvironment()

void PrintEnvironment ( char *  envp[])

Prints the environment variables using the format:

'Environment variable "PROCESSOR_ARCHITECTURE" has the value "AMD64".'

Parameters
envpThe environment variables.