mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-06 18:50:31 +08:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef CPUBIT32
|
|
#ifndef CPUBIT64
|
|
#define CPUBIT32
|
|
#endif
|
|
#endif
|
|
#ifdef CPUBIT32
|
|
#include "./32/base14.h"
|
|
#endif
|
|
#ifdef CPUBIT64
|
|
#include "./64/base14.h"
|
|
#endif
|