mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
12 lines
156 B
C
12 lines
156 B
C
![]() |
//
|
||
|
// _fltused.c
|
||
|
//
|
||
|
// Copyright (c) 2024 Timo Kreuzer
|
||
|
//
|
||
|
// Implementation of _fltused.
|
||
|
//
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
//
|
||
|
|
||
|
int _fltused = 0x9875;
|