arm-trusted-firmware/lib/stdlib
Roberto Vargas 7fabe1a899 Fix MISRA rule 8.4 in common code
Rule 8.4: A compatible declaration shall be visible when
          an object or function with external linkage is defined.

Change-Id: I26e042cb251a6f9590afa1340fdac73e42f23979
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-02-28 17:18:46 +00:00
..
abort.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
assert.c Use standard UNIX file:line format in assert 2017-07-19 05:57:40 +01:00
exit.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
mem.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
printf.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
putchar.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
puts.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
sscanf.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
stdlib.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
strchr.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strcmp.c stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00
strlen.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strncmp.c Add IO abstraction framework 2014-02-17 18:51:43 +00:00
strnlen.c Add strnlen() to local C library 2017-01-24 10:28:41 +00:00
subr_prf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
timingsafe_bcmp.c stdlib: Import timingsafe_bcmp() from FreeBSD 2017-01-24 14:42:12 +00:00