1# bounds_checking_function 2 3#### Description 4 5- 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. 6 7- other standard functions in C11 Annex K will be analyzed in the future and implemented in this organization if necessary. 8 9- handles the release, update, and maintenance of bounds_checking_function. 10