mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +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"
 |