diff options
| author | Mistivia <i@mistivia.com> | 2025-07-22 15:28:30 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-22 15:28:45 +0800 |
| commit | 999fcf0f7655c03265c222cc67617f0f510979bf (patch) | |
| tree | dd51680ffda411239e37460c834a996dc934dc63 /src/vec.c | |
| parent | a8764a20f355fd8fb7b03978d754d1cbd48d0a88 (diff) | |
change dir structure
Diffstat (limited to 'src/vec.c')
| -rw-r--r-- | src/vec.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/vec.c b/src/vec.c deleted file mode 100644 index 9e9abe5..0000000 --- a/src/vec.c +++ /dev/null @@ -1,16 +0,0 @@ -#include "vec.h" - -#include <string.h> - -#include "basic_traits.h" - -VECTOR_IMPL(Int); -VECTOR_IMPL(Bool); -VECTOR_IMPL(Long); -VECTOR_IMPL(Char); -VECTOR_IMPL(UInt); -VECTOR_IMPL(ULong); -VECTOR_IMPL(Double); -VECTOR_IMPL(Float); -VECTOR_IMPL(String); -VECTOR_IMPL(VoidPtr); |
