Re: [edk2-devel] [PATCH] StdLib/LibC: add strnlen function wrapper

2021-12-12 Thread Rebecca Cran
Sorry for the delay. You should probably use the same doxygen header in both the .h and .c files, with the @param lines. -- Rebecca Cran On 11/3/21 2:44 AM, mateusz.mo...@intel.com wrote: From: mateusz-mowka This patch adds strnlen function wrapper that internally calls AsciiStrnLenS, w

[edk2-devel] [PATCH] StdLib/LibC: add strnlen function wrapper

2021-11-03 Thread mateusz . mowka
From: mateusz-mowka This patch adds strnlen function wrapper that internally calls AsciiStrnLenS, which is defined in BaseLib. Cc: Caleb Reister Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Mateusz Mówka --- StdLib/Include/string.h | 11 +++ StdLib/LibC/String/Misc.c | 12