openharmony_kernel_liteos_m/components/bounds_checking_function
Caoruihong 3cea0e42b1 remove __cplusplus guards in .c files
Change-Id: Ie25b83a42d3ca35c3a6d624ef01f425a85957d7f
2021-04-19 18:19:28 +08:00
..
include Description: refactor 2020-12-16 17:30:08 +08:00
src Description: refactor 2020-12-16 17:30:08 +08:00
BUILD.gn remove __cplusplus guards in .c files 2021-04-19 18:19:28 +08:00
COPYRIGHT.OpenSource Description: refactor 2020-12-16 17:30:08 +08:00
LICENSE Description: refactor 2020-12-16 17:30:08 +08:00
README.OpenSource Description: refactor 2020-12-16 17:30:08 +08:00
README.en.md Description: refactor 2020-12-16 17:30:08 +08:00
README.md Description: refactor 2020-12-16 17:30:08 +08:00

README.en.md

bounds_checking_function

Description

  • following the standard of C11 Annex K (bound-checking interfaces), functions of the common memory/string operation classes, such as memcpy_s, strcpy_s, are selected and implemented.

  • other standard functions in C11 Annex K will be analyzed in the future and implemented in this organization if necessary.

  • handles the release, update, and maintenance of bounds_checking_function.