14 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			192 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
| misc.h
 | |
| */
 | |
| 
 | |
| #ifndef MISC_H
 | |
| #define MISC_H
 | |
| 
 | |
| #define power_of_2 B_power_of_2
 | |
| #define uns_power_of_2 B_uns_power_of_2
 | |
| 
 | |
| _PROTOTYPE( int power_of_2, (int n, int *ref_exp));
 | |
| 
 | |
| #endif /* MISC_H */
 | |
| 
 |