diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-20 18:11:09 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-20 18:11:09 +0100 |
commit | 600eaef90f9f0507635fec4cf98f7fa1d1779bd1 (patch) | |
tree | d057e694a4b9a6a0109523f61ad788a125a7f479 /state.h | |
parent | b8d0ee2e105727021f9466790ec07ecbfee8dff6 (diff) |
add readable globals
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ typedef struct _state State; struct _state { Thread *th; Ht strings; + Ht globals; }; State state_new(); |