mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
3b25c7fa87
This commit adds string/test-strnlen-nonarray and
wcsmbs/test-wcsnlen-nonarray.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
(cherry picked from commit 783d4c0b81
)
5 lines
112 B
C
5 lines
112 B
C
#define TEST_IDENTIFIER strnlen
|
|
#define TEST_NAME "strnlen"
|
|
typedef char CHAR;
|
|
#include "test-Xnlen-nonarray.c"
|