mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASSEMBLY__
 | |
| extern void __start (void);
 | |
| #endif
 | |
| 
 | |
| #define ENTRY_POINT __start
 |