ReactOS 0.4.16-dev-937-g7afcd2a
fp_flags.cpp File Reference

Go to the source code of this file.

Functions

int __cdecl __setfflag (int const new_flag)
 

Variables

int __fastflag {0}
 

Function Documentation

◆ __setfflag()

int __cdecl __setfflag ( int const  new_flag)

Definition at line 15 of file fp_flags.cpp.

16{
17 int const old_flag = __fastflag;
18 __fastflag = new_flag;
19 return old_flag;
20}
int __fastflag
Definition: fp_flags.cpp:9

Variable Documentation

◆ __fastflag

int __fastflag {0}

Definition at line 9 of file fp_flags.cpp.

Referenced by __setfflag().