minor fixes and cleanups

This commit is contained in:
Nikita Smith
2024-12-06 11:46:10 -08:00
parent 86db833a83
commit 0ea0820d19
2 changed files with 1 additions and 19 deletions
-18
View File
@@ -3,24 +3,6 @@
#pragma once
typedef struct U32Array
{
U64 count;
U32 *v;
} U32Array;
typedef struct U64Array
{
U64 count;
U64 *v;
} U64Array;
typedef struct
{
U64 count;
U128 *v;
} U128Array;
typedef struct U64Node
{
struct U64Node *next;