xref: /reactos/sdk/lib/vcruntime/_fltused.c (revision 9c5efed7)
1 //
2 // _fltused.c
3 //
4 //      Copyright (c) 2024 Timo Kreuzer
5 //
6 // Implementation of _fltused.
7 //
8 // SPDX-License-Identifier: MIT
9 //
10 
11 int _fltused = 0x9875;
12