Next: getpid, Previous: getcwd, Up: C library functions [Index]
getenv
String new envPath; envPath = getenv ("PATH"); printf ("%s", envPath);