7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _CRC_H
 | |
| #define _CRC_H
 | |
| 
 | |
| extern unsigned long compute_crc(const unsigned char *b, size_t n);
 | |
| 
 | |
| #endif /* _CRC_H */
 | 
