xref: /reactos/sdk/lib/crt/math/arm/__dtou64.c (revision 9393fc32)
1 /*
2  * PROJECT:     ReactOS CRT library
3  * LICENSE:     MIT (https://spdx.org/licenses/MIT)
4  * PURPOSE:     Implementation of __dtou64
5  * COPYRIGHT:   Copyright 2021 Roman Masanin <36927roma@gmail.com>
6  */
7 
8 #define __fto64 __dtou64
9 #define _USE_64_BITS_
10 
11 #include "__fto64.h"
12 
13 /* __dtou64 is implemented in __fto64.h */
14