While trying to learn CUNIT, I found the following in CUNIT header file Basic.h:
#define CU_EXPORT
CU_EXPORT CU_ErrorCode CU_basic_run_tests(void);
What is the purpose of CU_EXPORT?
Not sure what it means. Is it equivalent to "extern"?
While trying to learn CUNIT, I found the following in CUNIT header file Basic.h:
#define CU_EXPORT
CU_EXPORT CU_ErrorCode CU_basic_run_tests(void);
What is the purpose of CU_EXPORT?
Not sure what it means. Is it equivalent to "extern"?