Clean up tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
//puts(getenv("SHELL"));
|
||||
//puts(getenv("CC"));
|
||||
|
||||
putenv("TEST=It's working!!");
|
||||
|
||||
puts(getenv("TEST"));
|
||||
}
|
||||
Reference in New Issue
Block a user