reactos/sdk/lib/crt/math/arm/__i64tos.c
Roman Masanin 9c4e3234ba
[CRT/ARM] Integer to float conversion implementation (#3866)
CORE-17713 CORE-17706 CORE-17604
2021-09-09 16:02:03 +03:00

14 lines
318 B
C

/*
* PROJECT: ReactOS CRT library
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Implementation of __i64tos
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
*/
#define __64tof __i64tos
#define _USE_SIGNED_
#include "__64tof.h"
/* __i64tos is implemented in __64tof.h */