summaryrefslogtreecommitdiff
path: root/libmisc/assert.c
AgeCommit message (Expand)Author
2024-12-26libmisc: Rework how test-intercepts workLuke T. Shumaker
2024-11-23Use C23 (C++11) attribute syntax instead of __attribute__Luke T. Shumaker
2024-11-23libmisc: Logging/assert fixesLuke T. Shumaker
2024-11-19Add libmisc/log.h to remove stdio.hLuke T. Shumaker
2024-11-19libmisc: assert: Change global to be staticLuke T. Shumaker
2024-11-15Add tests to libmiscLuke T. Shumaker
2024-11-12Avoid using fprintfLuke T. Shumaker
2024-11-12Oh dang, I broke `make lint` a while back :(Luke T. Shumaker
2024-11-11libmisc: Write my own assert.h with assert_notreached()Luke T. Shumaker