Environment list assignment.
#include <stdlib.h> int system(const char *string);
string
A pointer to a character string containing a command for the host operating system.
The system() function returns zero if successful or minus one on failure.