2023-06-10 11:52:00 +08:00
|
|
|
#ifndef handle_for_coder_h__
|
|
|
|
#define handle_for_coder_h__
|
|
|
|
|
|
|
|
|
|
|
|
#include "list.h"
|
|
|
|
#include "bytearray.h"
|
|
|
|
#include "handle.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handle_def *code_creat(int uid_size,int pw_size,uint8_t *data);
|
|
|
|
|
2023-09-09 17:27:06 +08:00
|
|
|
handle_def *code2_creat(int uid_size,int pw_size,uint8_t *data);
|
2023-06-10 11:52:00 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|