diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-10 03:10:18 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-10 03:10:18 -0400 |
| commit | 6f9276b24b371758bf9dbe87110843b6d6dc6f8e (patch) | |
| tree | f52f3e4907131c45c85c81811d47a531f9619cb2 /pit/src/main.c | |
| parent | 2bdcaf319b1d74ffbaccf08a58336f804761beab (diff) | |
pit: Clean up tree traversals
Diffstat (limited to 'pit/src/main.c')
| -rw-r--r-- | pit/src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pit/src/main.c b/pit/src/main.c index 157ad87..61b4b9c 100644 --- a/pit/src/main.c +++ b/pit/src/main.c @@ -7,6 +7,8 @@ #include <lcq/pit/runtime.h> #include <lcq/pit/library.h> +PIT_DECLARE_DEQUE(double) + int main(int argc, char **argv) { i64 sz = 256 * 1024 * 1024; u8 *buf = malloc((size_t) sz); |
