mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-11 23:00:24 +08:00
新的设计
This commit is contained in:
7
64/base1464le.h
Normal file
7
64/base1464le.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
struct LENDAT {
|
||||
uint8_t* data;
|
||||
uint64_t len;
|
||||
};
|
||||
typedef struct LENDAT LENDAT;
|
||||
Reference in New Issue
Block a user