17 lines
128 B
C
17 lines
128 B
C
#ifndef coder_judge_h__
|
|
#define coder_judge_h__
|
|
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
uint8_t coder_judge(const uint8_t *data);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|