Gromacs
2022-beta1
|
#include "config.h"
#include <cstdlib>
Helper functions to have identical behavior of setenv and unsetenv on Unix and Windows systems.
Functions | |
int | gmx::test::gmxSetenv (const char *name, const char *value, int overwrite) |
Workaround to make setenv work on Windows. | |
int | gmx::test::gmxUnsetenv (const char *name) |
Workaround to make unsetenv work on Windows. | |