Some checks are pending
		
		
	
	Build / test (push) Waiting to run
				Docs / test (push) Waiting to run
				
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef LZP_H
 | 
						|
# define LZP_H 1
 | 
						|
 | 
						|
int lzp_compress(void *out, const void *in, int insz);
 | 
						|
int lzp_decompress(void *out, const void *in, int insz);
 | 
						|
 | 
						|
#endif /* !LZP_H */
 |