Files
RedBear-OS/src/header/unistd
Josh Megnauth 90f934c769 Exit should return never (!)
`_Exit`, `exit`, and related functions should return `!` because they
don't return. This also signals to cbindgen that it should emit
`[[noreturn]]` for those functions.
2024-11-23 03:33:00 -05:00
..
2024-11-17 16:15:07 +00:00
2019-08-04 19:05:45 +02:00
2024-07-23 18:07:09 +02:00
2024-11-23 03:33:00 -05:00