Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/libm/msun/src/s_ldexp.c
16,7 → 16,7
 
#include "math.h"
#include "math_private.h"
#include <errno.h>
#include <arch/errno.h>
 
#ifdef __STDC__
double ldexp(double value, int exp)