Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fe_dfl_env.c « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25b8a000fe5cd4b454ed023caf59d0a378c5f168 (plain)
1
2
3
4
5
#include <fenv.h>
/*
 * Define for FE_DFL_ENV macro, all bits zero.
 */
const fenv_t __fe_dfl_env = { 0 };