Hi
I try to compile(by GCC under Linux) minkmex.c/maxkmex.c, and encounter an error like
I did not figure out how to modify your C source file to fix the problem. I think your C implementation should be cross-platform.
minkmex.c: In function ‘MinMaxResult’:
minkmex.c:293:5: warning: incompatible implicit declaration of built-in function ‘memset’
minkmex.c: In function ‘LocResult’:
minkmex.c:322:5: warning: incompatible implicit declaration of built-in function ‘memset’
minkmex.c: In function ‘mexFunction’:
minkmex.c:544:25: error: expected expression before ‘/’ token