zephyr/doc/kernel
Keith Packard 3a197934fc doc: Switch main return type from void to int.
As both C and C++ standards require applications running under an OS to
return 'int', adapt that for Zephyr to align with those standard. This also
eliminates errors when building with clang when not using -ffreestanding,
and reduces the need for compiler flags to silence warnings for both clang
and gcc.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-14 07:49:41 +09:00
..
data_structures doc: Fix kernel data structures typos 2022-10-10 21:01:51 -04:00
drivers fix: doc: in kernel/drivers interrupts function had mismatching types 2023-02-22 16:58:29 -05:00
iterable_sections
memory_management
services doc: Switch main return type from void to int. 2023-04-14 07:49:41 +09:00
timing_functions
usermode doc: update stale references to boilerplate.cmake 2023-01-11 09:40:14 +01:00
util
code-relocation.rst doc: code-relocation: Update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
index.rst
timeutil.rst