mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	* locale/nl_langinfo_l.c: Real implementation, copied from nl_langinfo.c. * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
		
			
				
	
	
		
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _LANGINFO_H
 | 
						|
 | 
						|
#include <locale/langinfo.h>
 | 
						|
 | 
						|
libc_hidden_proto (nl_langinfo)
 | 
						|
 | 
						|
extern __typeof (nl_langinfo_l) __nl_langinfo_l;
 | 
						|
libc_hidden_proto (__nl_langinfo_l)
 | 
						|
 | 
						|
#endif
 |