1 2 3 4 5 6 7 8
#ifndef TEST_IDXGEN_H #define TEST_IDXGEN_H #include <stdint.h> uint8_t test_idxgen(); #endif