mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
library/io.m:
Use setenv() and _wputenv_s() to set environment variables
on C backends. Unlike putenv() and _wputenv(), these can be
relied upon to copy their inputs, so the inputs can safely
be garbage collected after the call returns.
tests/hard_coded/Mmakefile:
tests/hard_coded/setenv.{m,exp}:
Test case. Only run in grades for which io.set_environment_var/4
succeeds.
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
Use mem: ok
|
|
Use mem: ok
|
|
Got value: bar
|