mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
14 lines
319 B
C
14 lines
319 B
C
![]() |
/*
|
||
|
* PROJECT: ReactOS CRT library
|
||
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||
|
* PURPOSE: Implementation of __u64tod
|
||
|
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#define __64tof __u64tod
|
||
|
#define _USE_64_BITS_
|
||
|
|
||
|
#include "__64tof.h"
|
||
|
|
||
|
/* __u64tod is implemented in __64tof.h */
|