mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			200 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LANGINFO_H
 | |
| 
 | |
| #include <locale/langinfo.h>
 | |
| 
 | |
| #ifndef _ISOMAC
 | |
| libc_hidden_proto (nl_langinfo)
 | |
| 
 | |
| extern __typeof (nl_langinfo_l) __nl_langinfo_l;
 | |
| libc_hidden_proto (__nl_langinfo_l)
 | |
| #endif
 | |
| 
 | |
| #endif
 |