aquefir / hinterlib

Hinterlib, formerly unilib. A libc surrogate.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

`fmax` type in uni/types/float.h conflicts with libc math.h function #8

Closed nicholatian closed 3 years ago

nicholatian commented 3 years ago

Reproduction:

#include <math.h>
#include <uni/types/float.h>

Result:

error: redefinition of 'fmax' as different kind of symbol