ReactOS 0.4.15-dev-8021-g7ce96fd
__i64tos.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS CRT library
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Implementation of __i64tos
5 * COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
6 */
7
8#define __64tof __i64tos
9#define _USE_SIGNED_
10
11#include "__64tof.h"
12
13/* __i64tos is implemented in __64tof.h */