Skip to content

libc: add missing string functionalities needed for the Trusted Services

Davidson Kumaresan requested to merge libc-string-functionalities into master

Imports strcpy() and strncpy() from newlib with license added

libc/string.h: Add strstr function declaration

Edited by Davidson Kumaresan

Merge request reports