ReactOS 0.4.16-dev-959-g2ec3a19
_fltused.c
Go to the documentation of this file.
1//
2// _fltused.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Implementation of _fltused.
7//
8// SPDX-License-Identifier: MIT
9//
10
11int _fltused = 0x9875;
int _fltused
Definition: _fltused.c:11