commit | 4137c489d8e4e3ba760c5f28640995bb89ccf27e | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sat Apr 12 21:00:54 2025 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 13 22:23:21 2025 -0400 |
tree | 60948cc881947c242cc861057d6dd2fc9a37f142 | |
parent | ebfc7db3805ea2fdee9a0f7d7af7fef37edf11e5 [diff] |
posix: env: create z_getenv()..z_setenv() convenience functions To facilitate adding putenv in a separate compilation unit, make z_getenv(), z_getenv_r(), z_setenv(), and z_unsetenv() convenience functions. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>