7 lines
84 B
C
Raw Normal View History

2017-04-11 23:13:36 +02:00
#include "headers/fegetenv.h"
void fegetenv(fenv_t *envp)
{
_fegetenv(envp);
}