1 2 3 4 5 6 7
#include <acm/info.h> #include <stdint.h> uint_least64_t acm_sysdist(uint_least64_t const _sys) { return ~(uint_least64_t)0x0u; }