-
Notifications
You must be signed in to change notification settings - Fork 0
A C diagnostic macro
License
jlhutch/hardAssert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The file hardAssert.h provides a C diagnostic macro, hardAssert. It is similar to the assert macro found in the C standard library except, defining NDEBUG will NOT cause hardAssert to be ignored. It is used exactly like the standard assert macro: #include "hardAssert.h" hardAssert(expression);
About
A C diagnostic macro
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published