Files
RedBear-OS/include
Josh Megnauth 96de114be8 Add stdnoreturn.h
This header is more or less the same across libc implementations.

`musl` uses its `_Noreturn` macro to detect which `noreturn`
should be used: C11 or GCC's extension as a fallback.

`glibc` simply defines `noreturn` as `_Noreturn`.

This implementation is based off of `musl`'s.

`_Noreturn` is deprecated as of C23.
2024-11-27 01:25:53 -05:00
..
2019-01-01 07:35:13 -07:00
2019-01-15 20:49:15 -07:00
2024-10-11 06:44:54 +03:00
2018-11-23 21:31:09 +01:00
2024-11-17 16:15:07 +00:00
2018-12-14 12:50:23 -07:00
2018-10-28 13:24:34 +01:00
2024-11-10 16:19:15 +01:00
2018-10-28 13:24:34 +01:00
2023-01-17 22:11:46 -07:00
2018-07-27 18:27:51 +02:00
2024-10-11 06:44:54 +03:00
2023-05-06 17:02:54 +02:00
2020-06-14 22:00:10 +02:00
2018-07-01 20:59:37 +02:00
2024-11-27 01:25:53 -05:00
2020-12-23 13:45:25 -07:00