mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
120079b0a6
- `I` a.k.a. `_Complex_I` (fixes #705) - `B0`, `B50`, etc. (fixes #403)
6 lines
152 B
C
6 lines
152 B
C
#ifndef LIBC_ISYSTEM_COMPLEX_H_
|
|
#define LIBC_ISYSTEM_COMPLEX_H_
|
|
#include "libc/complex.h"
|
|
#include "libc/imag.internal.h"
|
|
#include "libc/math.h"
|
|
#endif
|