mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-11 23:00:24 +08:00
完善CMake安装
This commit is contained in:
13
32/base14.h
Normal file
13
32/base14.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