697257ab368b57592b75b79dcfdff636996ad442
[reactos.git] / reactos / lib / sdk / crt / math / amd64 / fmod.S
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * PURPOSE: Implementation of fmod
5 * FILE: lib/sdk/crt/math/amd64/fmod.S
6 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include <asm.inc>
12
13 /* DATA *********************************************************************/
14
15 PUBLIC fmod
16 fmod:
17 UNIMPLEMENTED fmod
18 ret
19
20 END