mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
9c4e3234ba
CORE-17713 CORE-17706 CORE-17604
12 lines
297 B
C
12 lines
297 B
C
/*
|
|
* PROJECT: ReactOS CRT library
|
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
|
* PURPOSE: Implementation of __u64tos
|
|
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
|
*/
|
|
|
|
#define __64tof __u64tos
|
|
|
|
#include "__64tof.h"
|
|
|
|
/* __u64tos is implemented in __64tof.h */
|