zephyr/lib/libc/minimal/source/stdlib
Maksim Masalski a61edd480d lib: add default labels and comments to switch statements
According to the Zephyr Coding Guideline all switch statements
shall be well-formed.
Added a default labels to switch-clauses without them.
Added comments to the empty default cases.

Found as a coding guideline violation (MISRA R16.1) by static
coding scanning tool.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-06-04 16:22:23 -05:00
..
abort.c libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00
atoi.c lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
bsearch.c libc: minimal: Add bsearch function 2019-04-25 20:39:36 -07:00
exit.c libc: minimal: Implement exit()/_exit() functions. 2019-05-23 09:27:59 -04:00
malloc.c libc/minimal: assorted fixes to malloc() and friends 2021-03-31 08:05:37 -04:00
strtol.c license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
strtoul.c license: add missing SPDX headers 2021-02-11 08:05:16 -05:00