Files
libkeke/libkeke_symbol.h
2026-08-17 09:51:19 -04:00

9 lines
124 B
C

#include <stdint.h>
#pragma once
typedef uint64_t KekeSymbol;
#define KEKE_NULL_SYMBOL 0UL
KekeSymbol keke_new_symbol();