mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 12:01:18 +00:00
7 lines
94 B
C
7 lines
94 B
C
#include "complex_impl.h"
|
|
|
|
long double (cimagl)(long double complex z)
|
|
{
|
|
return cimagl(z);
|
|
}
|