From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- include/complex.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/complex.h') 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 #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 -- cgit v1.2.3