cosmopolitan/libc/isystem/complex.h

7 lines
152 B
C
Raw Normal View History

2020-06-15 07:18:57 -07:00
#ifndef LIBC_ISYSTEM_COMPLEX_H_
#define LIBC_ISYSTEM_COMPLEX_H_
2022-04-28 20:36:33 -07:00
#include "libc/complex.h"
#include "libc/imag.internal.h"
2020-06-15 07:18:57 -07:00
#include "libc/math.h"
#endif