mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-13 08:50:24 +08:00
新的设计,速度快很多
This commit is contained in:
13
32/base1432le.h
Normal file
13
32/base1432le.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//base1432le.h
|
||||
//fumiama 20210408
|
||||
#include <stdint.h>
|
||||
|
||||
#define B14BUFSIZ 8192
|
||||
struct LENDAT {
|
||||
uint8_t* data;
|
||||
uint32_t len;
|
||||
};
|
||||
typedef struct LENDAT LENDAT;
|
||||
|
||||
LENDAT* encode(const uint8_t* data, const u_int32_t len);
|
||||
LENDAT* decode(const uint8_t* data, const u_int32_t len);
|
||||
Reference in New Issue
Block a user