Skip to content

jlhutch/hardAssert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e276f0 · Oct 23, 2024

History

1 Commit
Oct 23, 2024
Oct 23, 2024
Oct 23, 2024

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

No packages published

Languages