summaryrefslogtreecommitdiff
path: root/src/complex/_Complex_I.c
blob: 0cb6aede026f45ba7ee57a54beb28fc451c4f5a8 (plain)
1
2
3
4
5
6
7
#include <complex.h>

#define _Complex_I            (const float _Complex)1 /* TODO: imaginary unit */

/*
STDC(199901)
*/