mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-07 05:52:35 +00:00
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 ***
|