feupdateenv.c\fenv\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/fenv/feupdateenv.c
blob: 50cef8e5ca9bef27801c7993aa08c634489aa80b (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <fenv.h>
int feupdateenv(const fenv_t *envp)
{
	int ex = fetestexcept(FE_ALL_EXCEPT);
	fesetenv(envp);
	feraiseexcept(ex);
	return 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月16日 10:06:30 +0000

AltStyle によって変換されたページ (->オリジナル) /