1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 23:00:24 +08:00

新的设计

This commit is contained in:
fumiama
2021-04-07 23:27:36 +08:00
parent 8f0e25dad3
commit 2f4a121bbd
7 changed files with 319 additions and 153 deletions

7
64/base1464le.h Normal file
View File

@@ -0,0 +1,7 @@
#include <stdint.h>
struct LENDAT {
uint8_t* data;
uint64_t len;
};
typedef struct LENDAT LENDAT;