blob: fd9dc3470c2535b195a073a63a989b0ea972b8d6 [file] [log] [blame]
Rich Felkerb69f6952012-03-13 01:17:53 -04001#include <complex.h>
2
Rich Felker13e400b2012-03-22 15:54:55 -04003long double (creall)(long double complex z)
Rich Felkerb69f6952012-03-13 01:17:53 -04004{
Rich Felker13e400b2012-03-22 15:54:55 -04005 return creall(z);
Rich Felkerb69f6952012-03-13 01:17:53 -04006}