Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

getenv - Get Environmental Information from the pointer "PATH" as arrgument in C


#include <stdlib.h>
#include <stdio.h>

int main(){
  printf("Path %s",getenv("PATH"));
return 0;
}


Output:
Path C:\Java_Dev\sdk\djgpp\bin;