#pragma once #include typedef union { float value; uint32_t word; } float_word;