#include void SystemEnvironment(void) { system("set"); } int main(void) { SystemEnvironment(); return 0; }