forked from Imagelibrary/rtems
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
|
|
|
*** PUTENV/GETENV TEST ***
|
|
putenv("FOO=BAR") - expected to work
|
|
getenv("FOO") ==> "BAR"
|
|
*** END OF PUTENV/GETENV TEST ***
|