fix: remove all heap allocation for better performance in vector functions.

This commit is contained in:
2025-03-21 08:03:18 +01:00
committed by Loïc GUEZO
parent 5fb6a47ce5
commit b613081224
6 changed files with 101 additions and 172 deletions

View File

@@ -1,3 +1,5 @@
#include <stdlib.h>
int main() {
return 0;
return EXIT_FAILURE;
}