mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 11:39:43 +00:00
[UCRT:FLOAT] Add _fltused
This commit is contained in:
parent
4462342076
commit
055875fbd8
3 changed files with 17 additions and 0 deletions
11
sdk/lib/ucrt/float/_fltused.c
Normal file
11
sdk/lib/ucrt/float/_fltused.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// _fltused.c
|
||||
//
|
||||
// Copyright (c) 2024 Timo Kreuzer
|
||||
//
|
||||
// Implementation of _fltused.
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
//
|
||||
|
||||
int _fltused = 0x9875;
|
4
sdk/lib/ucrt/float/float.cmake
Normal file
4
sdk/lib/ucrt/float/float.cmake
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
list(APPEND UCRT_FLOAT_SOURCES
|
||||
float/_fltused.c
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue