mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	* stdio-common/tst-sscanf.c: Make tests usable for swscanf testing. * stdio-common/tst-swscanf.c: New file.
		
			
				
	
	
		
			6 lines
		
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			109 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define CHAR wchar_t
 | 
						|
#define L(str) L##str
 | 
						|
#define SSCANF swscanf
 | 
						|
#include <wchar.h>
 | 
						|
#include "tst-sscanf.c"
 |