You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<debug.h> should provide differing definitions of the functions defined, depending on whether the NDEBUG preprocessor flag is defined. In the case where it is, provide no function prototype, but instead a function-like macro that inserts ((void)0) on use (cf. the definition of assert in <assert.h>)
The text was updated successfully, but these errors were encountered:
<debug.h>
should provide differing definitions of the functions defined, depending on whether the NDEBUG preprocessor flag is defined. In the case where it is, provide no function prototype, but instead a function-like macro that inserts((void)0)
on use (cf. the definition ofassert
in<assert.h>
)The text was updated successfully, but these errors were encountered: