mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
134 B
C
6 lines
134 B
C
#ifndef _COMPLEX_H
|
|
#define _COMPLEX_H
|
|
#include "libc/complex.h"
|
|
#include "libc/imag.h"
|
|
#include "libc/math.h"
|
|
#endif /* _COMPLEX_H */
|