ReactOS 0.4.15-dev-7918-g2a2556c
fpecode.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * FILE: lib/sdk/crt/float/fpecode.c
5 * PURPOSE: Unknown
6 * PROGRAMER: Unknown
7 * UPDATE HISTORY:
8 * 25/11/05: Added license header
9 */
10
11#include <precomp.h>
12
13/*
14 * @implemented
15 */
16int * __fpecode(void)
17{
18 return &msvcrt_get_thread_data()->fpecode;
19}
int * __fpecode(void)
Definition: fpecode.c:16
thread_data_t * msvcrt_get_thread_data(void)
Definition: tls.c:31