mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 19:40:07 +08:00
7 lines
132 B
C
7 lines
132 B
C
|
#include "headers/fegetexceptflag.h"
|
||
|
|
||
|
void fegetexceptflag(fexcept_t *flagp, int excepts)
|
||
|
{
|
||
|
_fegetexceptflag(flagp, excepts);
|
||
|
}
|