/* * COPYRIGHT: BSD - See COPYING.ARM in the top level directory * PROJECT: ReactOS CRT library * PURPOSE: Implementation of __dtou64 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ /* INCLUDES ******************************************************************/ #include /* CODE **********************************************************************/ TEXTAREA LEAF_ENTRY __dtou64 __assertfail bx lr LEAF_END __dtou64 END /* EOF */