mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
7 lines
130 B
C
7 lines
130 B
C
|
#ifndef COSMOPOLITAN_LIBC_IMAG_H_
|
||
|
#define COSMOPOLITAN_LIBC_IMAG_H_
|
||
|
|
||
|
#define I _Complex_I
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_IMAG_H_ */
|