first attempst to handle endianness

This commit is contained in:
dvdb97 2023-05-16 08:31:39 +02:00
parent 9894fff86e
commit 21cb870014

View File

@ -10,6 +10,11 @@
#include <cstdlib>
#include <string.h>
#define SYSTEM_ENDIANNESS __cpp_lib_endian
// TODO: Check out "cpu_to_leXX()" and "leXX()_to_cpu()" on Linux!
namespace sta
{