mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-28 23:34:53 +03:00 
			
		
		
		
	in loop to look for conversion specifier to avoid testing of wrong errno value. * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a. * stdio-common/bug18a.c: New file. * stdio-common/bug19.c: New file. * stdio-common/bug19a.c: New file.
		
			
				
	
	
		
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			126 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <wchar.h>
 | |
| #define CHAR wchar_t
 | |
| #define L(str) L##str
 | |
| #define FPUTS fputws
 | |
| #define FSCANF fwscanf
 | |
| 
 | |
| #include "bug19.c"
 |