mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <stdarg.h>
 | 
						|
 | 
						|
extern char *pname;
 | 
						|
 | 
						|
extern void Warning(char *, ...);
 | 
						|
extern void Error(char *, ...);
 | 
						|
extern void Perror(char *, ...);
 |