1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-15 13:38:30 +00:00
reactos/sdk/lib/crt/math/arm/fmod.s

24 lines
504 B
ArmAsm

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