summaryrefslogtreecommitdiff
path: root/LibC/assert.h
AgeCommit message (Expand)Author
2019-02-15LibC: The standard C library needs to be able to build as pure C.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-01-14Make QtCreator stop complaining about the ASSERT macro.Andreas Kling
2018-11-04Mark LibC's assertion faillure helper with __NORETURN.Andreas Kling
2018-10-31Enough compatibility work to make figlet build and run!Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling