mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	This commit adds string/test-strnlen-nonarray and wcsmbs/test-wcsnlen-nonarray. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
		
			
				
	
	
		
			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"
 |