remove float definition from dynarr so it's usable

This commit is contained in:
2025-02-14 19:20:04 +01:00
parent 2a68328f85
commit f8f6f654b6

View File

@@ -6,7 +6,7 @@
#define DYNARR_COMB2(a, b) a##b #define DYNARR_COMB2(a, b) a##b
#define DYNARR_COMB1(a, b) DYNARR_COMB2(a, b) #define DYNARR_COMB1(a, b) DYNARR_COMB2(a, b)
#endif // DYNARR_H #endif // DYNARR_H
#define DYNARR_TYPE float
#ifdef DYNARR_TYPE #ifdef DYNARR_TYPE
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>