Add length variable.

This commit is contained in:
H. Utku Maden 2024-01-06 12:59:52 +03:00
parent 6c444ddc08
commit 8204780245

@ -9,4 +9,6 @@
#define MX_IMPL #define MX_IMPL
#define MX_INLINE inline static #define MX_INLINE inline static
typedef int32_t mx_len_t;
#endif #endif