C Workshop
PrintEnvironment.c File Reference
#include <stdio.h>
#include <string.h>
#include "PrintEnvironment.h"

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.