You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement os_setenv with _putenv_s
- MSVC has a secure replacement for putenv, similar to setenv
but with a different return type
- Added function check and implemented as part of os_setenv