diff options
| author | Mistivia <i@mistivia.com> | 2025-06-08 21:11:11 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-08 21:11:11 +0800 |
| commit | 9b98985d16e92e728d28d6c8ce4294f8a7230d9d (patch) | |
| tree | a706b6812711ba432e97ad326a8aa535dc9ee4c2 /src/vec.c | |
| parent | 445fe6e07e3b8f5343f4a728d7ad96fbbfd0345e (diff) | |
generic pq
Diffstat (limited to 'src/vec.c')
| -rw-r--r-- | src/vec.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,8 +2,12 @@ #include <string.h> -VECTOR_IMPL(Char); VECTOR_IMPL(Int); +VECTOR_IMPL(Bool); VECTOR_IMPL(Long); -VECTOR_IMPL(Float); +VECTOR_IMPL(Char); +VECTOR_IMPL(UInt); +VECTOR_IMPL(ULong); VECTOR_IMPL(Double); +VECTOR_IMPL(Float); +VECTOR_IMPL(String); |
