From 9e547e7292b7d054d12539569c8d881b71994017 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Sat, 4 Dec 2021 17:45:46 +0100 Subject: [PATCH] algun fallo raro? --- ascii.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ascii.h b/ascii.h index 51a7959..d9f5197 100644 --- a/ascii.h +++ b/ascii.h @@ -136,8 +136,8 @@ int time(); float flr(float x); float sgn(float x); -#ifdef __LINUX__ -#ifdef __APPLE__ +#ifndef __LINUX__ +#ifndef __APPLE__ float ceil(float x); float sin(float x); float cos(float x);