1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
Marian Buschsieweke 1bdc1a5967
sys/tiny_strerror: add tiny strerror() implementation
`tiny_strerror()` is a drop-in replacement for `strerror()`, but
instead of a long help message it returns the much shorter macro name
matching the given number.

The (pseudo-)module `tiny_strerror_as_strerror` can be used to
replace all calls to `strerror()` with calls to `tiny_strerror()`.
2022-09-20 15:51:11 +02:00
..
2022-09-16 14:00:35 +02:00
2022-03-11 09:24:12 +01:00
2022-01-10 12:21:40 +01:00
2022-01-13 17:50:59 +01:00
2021-08-13 19:50:38 +02:00
2022-06-10 11:02:40 +02:00
2022-09-16 14:00:35 +02:00
2021-12-07 13:00:58 +01:00
2021-12-10 18:54:29 +01:00
2022-03-11 09:20:24 +01:00
2022-09-16 14:00:35 +02:00
2021-12-07 16:31:15 +01:00
2022-09-16 14:00:35 +02:00
2022-02-11 12:38:21 +01:00
2022-09-03 23:25:01 +02:00
2021-11-24 17:54:44 +01:00
2022-08-12 15:36:29 +02:00
2022-09-15 11:26:22 +02:00
2021-10-01 11:26:15 +02:00
2022-07-22 16:06:36 +02:00