TT12-MCU/applications/comp/comp.h
CSSC-WORK\murmur 4776a3f086 整理文件
2023-08-31 17:14:48 +08:00

16 lines
325 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2023-05-22 murmur the first version
*/
#ifndef COMP_H_
#define COMP_H_
int fastlz_compress_file(const char *fin, const char *fout);
#endif /* COMP_H_ */