Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
This commit is contained in:
6
headers/base.h
Normal file
6
headers/base.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define BASE_BIN "01"
|
||||
#define BASE_OCTA BASE_BIN "234567"
|
||||
#define BASE_DECA BASE_OCTA "89"
|
||||
#define BASE_HEXA BASE_DECA "abcdef"
|
Reference in New Issue
Block a user