Files
ResInsight/ThirdParty/Ert/devel/CMake/Tests/test_getenv.c
Jacob Støren 66f0bc03bd Undo an unintended checkin
p4#: 20323
2013-01-31 17:21:30 +01:00

8 lines
78 B
C

#include <stdlib.h>
int main(int argc, char ** argv) {
getenv("PATH");
}