cosmopolitan/libc/isystem/complex.h

7 lines
141 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_COMPLEX_H_
#define LIBC_ISYSTEM_COMPLEX_H_
2022-04-29 03:36:33 +00:00
#include "libc/complex.h"
2020-06-15 14:18:57 +00:00
#include "libc/math.h"
2022-04-29 03:36:33 +00:00
#define I _Complex_I
2020-06-15 14:18:57 +00:00
#endif