zephyr/lib/libc/minimal/include
Maksim Masalski e02c7bd466 libc: types: suppress deviation
Suppress violation, because it is a deliberated deviation.
Noticed, that my previous PR #36420 comments were not correctly
detected by a static analysis tool. Only the first one item
"MISRAC2012-RULE_20_4-a" was detected and suppressed.

Change comment style, so each item will be suppressed.
Comment style defined in PR #36911 as the most suitable
for the analysis tool.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-08-24 07:23:02 -04:00
..
bits
sys libc: types: suppress deviation 2021-08-24 07:23:02 -04:00
assert.h
ctype.h
errno.h libc: minimal: Add EOVERFLOW 2021-05-17 09:11:15 -04:00
fcntl.h
inttypes.h
limits.h
math.h
stdbool.h
stdint.h libc: minimal: mwdt: define __INT*_C() and __UINT*_C() 2021-05-25 12:55:48 -05:00
stdio.h libc: printf/..: match implementation to declaration 2021-03-29 07:52:42 -04:00
stdlib.h libc: minimal: Add rand() and srand() 2021-07-20 13:32:36 -04:00
string.h libc: strncat: match implementation to declaration 2021-03-29 07:52:42 -04:00
strings.h
time.h libc: minimal: implement time() API 2021-03-19 09:56:53 -04:00