42_KFS/headers/base.h

6 lines
142 B
C
Raw Normal View History

2024-09-19 12:00:18 -04:00
#pragma once
2025-02-07 06:35:32 -05:00
#define BASE_BIN "01"
2024-09-19 12:00:18 -04:00
#define BASE_OCTA BASE_BIN "234567"
#define BASE_DECA BASE_OCTA "89"
#define BASE_HEXA BASE_DECA "abcdef"