← Index
crealf.c
#include <complex.h> float __attribute__ ((const)) crealf (float complex _Z) { return __real__ _Z; }
Download crealf.c
— origineel C-bestand