On Mon, 3 Mar 2014 22:02:26 +0100
Szabolcs Nagy <nsz_AT_port70.net> wrote:
> note that stdlib.h may include math.h which declares log
> with a different type
Thanks, I didn't notice that, as I'm using musl to compile it.
Using glibc:
> quark.c:70:13: warning: conflicting types for built-in
function ‘log’ [enabled by default]
I'll rename the function to qlog. Coincidentally, this "problem"
actually is beneficial, as I just noticed there's more potential to
optimize the code.
Stay tuned.
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Mon Mar 03 2014 - 20:21:31 CET