This commit is contained in:
2026-08-18 08:12:49 -05:00
parent b444f539af
commit 0ee2fe8874
5 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <stdint.h>
#include "libkeke_symbol.h"
static KekeSymbol iota = KEKE_NULL_SYMBOL + 1;
static _Atomic KekeSymbol iota = KEKE_NULL_SYMBOL + 1;
KekeSymbol keke_new_symbol() {
return iota++;