[CRT_APITEST] Add tests for __dtoi64/dtou64/stoi64/stou64 on ARM (#3848)
[reactos.git] / sdk / lib / crt / math / arm / __i64tod.s
1 /*
2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS CRT library
4 * PURPOSE: Implementation of __i64tod
5 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8 /* INCLUDES ******************************************************************/
9
10 #include <kxarm.h>
11
12 /* CODE **********************************************************************/
13
14 TEXTAREA
15
16 LEAF_ENTRY __i64tod
17
18 __assertfail
19 bx lr
20
21 LEAF_END __i64tod
22
23 END
24 /* EOF */