mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ASSERT_TEST_H
 | 
						|
#define ASSERT_TEST_H
 | 
						|
 | 
						|
int			assert_enable(int val);
 | 
						|
int			assert_test(int val);
 | 
						|
 | 
						|
#endif
 |