仓库迁移

This commit is contained in:
andy
2023-06-10 11:52:00 +08:00
parent e4616bfae5
commit 077c27f2bb
499 changed files with 199745 additions and 92 deletions

View File

@@ -0,0 +1,27 @@
#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);
#endif