The CuTest.h file is missing a "#include <stddef.h>" statement because it uses the NULL macro without defining it which can cause problems when compiling it.
Log in to post a comment.