MicrOS
|
#include "../fenv.h"
Functions | |
int | fegetenv (fenv_t *envp) |
Get entire environment. More... | |
int fegetenv | ( | fenv_t * | envp | ) |
Get entire environment.
Function attempts to store the current floating-point environment in the object pointed to by envp/
envp | Pointer to struct where environment will be stored. |