10 lines
		
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
#if	HAVE_CONFIG_H
 | 
						|
#include       "config.h"
 | 
						|
#endif
 | 
						|
#include	"rfc2045.h"
 | 
						|
 | 
						|
void rfc2045_enomem()
 | 
						|
{
 | 
						|
	rfc2045_error("Out of memory.");
 | 
						|
}
 |