9 lines
124 B
C
9 lines
124 B
C
#include <stdint.h>
|
|
#pragma once
|
|
|
|
typedef uint64_t KekeSymbol;
|
|
|
|
#define KEKE_NULL_SYMBOL 0UL
|
|
|
|
KekeSymbol keke_new_symbol();
|