Estimated hours taken: 0.25
tests/pragma_c_code.m:
tests/pragma_inline.m:
Add `#include <stdio.h>', to avoid warnings now that it is
no longer included by "imp.h".
Estimated hours taken: 0.25
tests/hard_coded/pragma_c_code.m:
Fix bug detected by singleton variable warning.
Work around name clash between variable name in
pragma(c_code, ...) declaration and type defined
in "imp.h".
Estimated hours taken: 1
Made the testing of the C interface a little more robust, and added tests of
the pragma(inline, ...) declaration.
pragma_c_code.m:
Made the tests a little more rigorous.
pragma_c_code.exp:
Changed the expected results to reflect changes to the .m file.
pragma_inline.m:
Simple test of inlining:
pragma_inline.exp:
Expected results for the inlining test.