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

new no-malloc api

This commit is contained in:
源文雨
2022-03-19 19:26:25 +08:00
parent 8d490096fd
commit c65a2342e8
11 changed files with 225 additions and 212 deletions

View File

@@ -1,11 +0,0 @@
#ifndef CPUBIT32
#ifndef CPUBIT64
#define CPUBIT32
#endif
#endif
#ifdef CPUBIT32
#include "./32/base14.h"
#endif
#ifdef CPUBIT64
#include "./64/base14.h"
#endif