cosmopolitan/libc/isystem/complex.h

7 lines
152 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"
#include "libc/imag.internal.h"
2020-06-15 14:18:57 +00:00
#include "libc/math.h"
#endif