diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-21 19:40:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-21 19:40:45 -0400 |
| commit | 88f0059c7e8e7680e39611e865b0356bc510adc8 (patch) | |
| tree | 1328b80cf74069e5aac114a6a041e0ccfe9cb189 /pit/src/main.c | |
| parent | ca8daa96caed9d53db95336bad917d2e03e7b00f (diff) | |
pit: Hash table annotations, better dumper
Diffstat (limited to 'pit/src/main.c')
| -rw-r--r-- | pit/src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pit/src/main.c b/pit/src/main.c index 61b4b9c..af759b6 100644 --- a/pit/src/main.c +++ b/pit/src/main.c @@ -7,7 +7,8 @@ #include <lcq/pit/runtime.h> #include <lcq/pit/library.h> -PIT_DECLARE_DEQUE(double) +typedef char *mystr; +PIT_DECLARE_HASHTABLE(mystr, double) int main(int argc, char **argv) { i64 sz = 256 * 1024 * 1024; |
