11 lines
		
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
int    defFeature(const char *c, int f, ...) {
 | 
						|
/**** add extra flags to engine: nowadays PL_set_prolog_flag */
 | 
						|
  return 0;
 | 
						|
}
 | 
						|
 | 
						|
int    trueFeature(int f) {
 | 
						|
/**** define whether the feature is set or not */
 | 
						|
  return 0;
 | 
						|
}
 | 
						|
 |