#include "../../lib/network/converter.h" int main(int argc, char** argv) { float x = 3234.0f; byte* b = Converter::floatToByteArray(x); return 0; }