diff options
Diffstat (limited to 'src/complex/_Complex_I.c')
-rw-r--r-- | src/complex/_Complex_I.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/complex/_Complex_I.c b/src/complex/_Complex_I.c new file mode 100644 index 00000000..0cb6aede --- /dev/null +++ b/src/complex/_Complex_I.c @@ -0,0 +1,7 @@ +#include <complex.h> + +#define _Complex_I (const float _Complex)1 /* TODO: imaginary unit */ + +/* +STDC(199901) +*/ |