#ifndef SBU_LZSS_H_ #define SBU_LZSS_H_ /************************************************************************************** INCLUDE **************************************************************************************/ #include /************************************************************************************** FUNCTION DEFINITION **************************************************************************************/ void lzss_flush(); int lzss_encode(const char buf_in[], uint32_t size); #endif /* SBU_LZSS_H_ */