ReactOS 0.4.15-dev-7942-gd23573b
fpecode.c File Reference
#include <precomp.h>
Include dependency graph for fpecode.c:

Go to the source code of this file.

Functions

int__fpecode (void)
 

Function Documentation

◆ __fpecode()

int * __fpecode ( void  )

Definition at line 16 of file fpecode.c.

17{
18 return &msvcrt_get_thread_data()->fpecode;
19}
thread_data_t * msvcrt_get_thread_data(void)
Definition: tls.c:31