zephyr/lib/libc
frei tycho 44782fd8af lib: change controlling expressions in if/while to Boolean
Use `do { ... } while (false)' instead of `do { ... } while (0)'.
Use comparisons with zero instead of implicitly testing integers.
Use comparisons with NULL instead of implicitly testing pointers.
Use comparisons with NUL instead of implicitly testing plain chars.
Use `bool' instead of `int' to represent Boolean values.
Use `while (true)' instead of `while (1)' to express infinite loops.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-11 20:03:34 +03:00
..
arcmwdt build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
armstdc
common libc: minimal: Add 'noreturn' attribute to abort() and exit() 2024-05-06 17:32:17 +01:00
minimal lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
newlib posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS 2024-06-04 16:27:12 -05:00
picolibc build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
CMakeLists.txt
Kconfig posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS 2024-06-04 16:27:12 -05:00