#ifndef coder_judge_h__ #define coder_judge_h__ #include "stdint.h" uint8_t coder_judge(const uint8_t *data); #endif