From: Neal Andrew Crook Date: Thu, 7 Jul 2016 21:58:29 +0000 (+0100) Subject: gcc would not let this past X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=806f0a4f31075bdd816d399d0b0bf7fc7a272902;p=FUZIX.git gcc would not let this past --- diff --git a/Library/include/stdlib.h b/Library/include/stdlib.h index 99686147..d9180f04 100644 --- a/Library/include/stdlib.h +++ b/Library/include/stdlib.h @@ -44,7 +44,7 @@ extern long atol(const char *__nptr); extern double atof(const char *__nptr); extern int abs(int __i); -extern int labs(long __i); +extern long labs(long __i); extern char *_itoa(int __value); extern char *_uitoa(unsigned int __value); extern char *_ltoa(long __value);