添加lzw压缩算法
This commit is contained in:
29
other/mystring.h
Normal file
29
other/mystring.h
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
#ifndef mystring_h__
|
||||
#define mystring_h__
|
||||
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
int str_ahextoi(const char *s);
|
||||
|
||||
int str_atoi(const char *s);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user