diff options
| author | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
|---|---|---|
| committer | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
| commit | 6018e17637264a9561b37be699c3d53b6661de23 (patch) | |
| tree | 8546c9fa94358e7d6daaad5f11ac53e61be97ad5 /include/complex.h | |
| parent | ab21f339a33abb1144f3c0f5c4285324e7e88392 (diff) | |
Diffstat (limited to 'include/complex.h')
| -rw-r--r-- | include/complex.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/complex.h b/include/complex.h index e8cec9cc..e1430f7e 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,7 +1,5 @@ -#ifndef __COMPLEX_H -#define __COMPLEX_H +#pragma once -#include <complex.h> #define complex _Complex #define _Complex_I (__extension__(0.0f + 1.0fi)) #define imaginary _Imaginary @@ -78,5 +76,3 @@ double complex ctanh(double complex); float complex ctanhf(float complex); long double complex ctanhl(long double complex); long double complex ctanl(long double complex); - -#endif |
