Howdy all,
I stumbling around in some old IAR 5.9.1 code that has a custom math.h header modified to request these files.
#include <ycheck.h>#include <ymath.h>
I have ycheck.h, but I don't have ymath.h and don't recognize it from anywhere.
Can anyone point me to whereto find/understand this include file, especially from an earlier version.
Thanks!
Randy
Hello,
ymath.h looks like a Windows/VC dependency. It is seen included with projects like ReactOS, mingw-w64, among others.
~