aboutsummaryrefslogblamecommitdiff
path: root/lib/libc/gen/ldexp.c
blob: cbbcf07823876b3f67e68fcb1eb23e6fdc5ac6fb (plain) (tree)
1
2
3
4
5
6
7
8
9


                      





                                                                              
             
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

/*
 * ldexp() and scalbn() are defined to be identical, but ldexp() lives in libc
 * for backwards compatibility.
 */
#define scalbn ldexp
#include "../../msun/src/s_scalbn.c"
#undef scalbn