0

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"?

  • There is no `#define CU_EXPORT` in Basic.h. https://github.com/stden/cunit/blob/dd62085627a03453822c375488b8febd700fd96f/CUnit/CUnit.h.in#L94 – KamilCuk Nov 30 '22 at 16:47

0 Answers0