/* * PROJECT: ReactOS CRT library * LICENSE: MIT (https://spdx.org/licenses/MIT) * PURPOSE: Implementation of __dtou64 * COPYRIGHT: Copyright 2015 Timo Kreuzer * Copyright 2021 Roman Masanin <36927roma@gmail.com> */ #define __fto64 __dtou64 #define _USE_64_BITS_ #include "__fto64.h"