> So it's probably safe to just have > > #define isinf(x) isInf(x,0) > > in /*/include/ape/math.h
yes, let's do that. i'd like to move all the function definitions in /$objtype/include/math.h to /sys/include/ape/math.h and move the system dependent goo to /$objtype/include/u.h. this would require doing the same thing to /sys/include/ape/u.h. - erik
