mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:51:37 +00:00
[CRT/ARM] __fto64: Assembly wrappers are actually not needed anymore
Addendum to e448094e
. CORE-17703 CORE-17604
This commit is contained in:
parent
b0dfe20981
commit
54406bf4f0
15 changed files with 58 additions and 220 deletions
11
sdk/lib/crt/math/arm/__stou64.c
Normal file
11
sdk/lib/crt/math/arm/__stou64.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* PROJECT: ReactOS CRT library
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Implementation of __stou64
|
||||
* COPYRIGHT: Copyright 2015 Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
* Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
||||
*/
|
||||
|
||||
#define __fto64 __stou64
|
||||
|
||||
#include "__fto64.h"
|
Loading…
Add table
Add a link
Reference in a new issue