mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1 line
		
	
	
	
		
			75 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			75 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define assert(e) { if (!(e)) { printf("Assertion failed\n"); abort(); } }
 |