1 /* 2 * PROJECT: ReactOS CRT library 3 * LICENSE: MIT (https://spdx.org/licenses/MIT) 4 * PURPOSE: Implementation of __u64tos 5 * COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com> 6 */ 7 8 #define __64tof __u64tos 9 10 #include "__64tof.h" 11 12 /* __u64tos is implemented in __64tof.h */ 13