board_reg.h
来自「在潜入市linux 下烧写vivi的原代码 arm上成功执行」· C头文件 代码 · 共 27 行
H
27 行
/*board_reg.h*/#ifndef _BOARD_REG_H#define _BOARD_REG_H#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <fcntl.h>#include <time.h>#include <sys/types.h>#include <sys/timeb.h>#include <string.h>/*******************************************///void Int_to_Asc(int var,char *str);int send_Result(char *);//void clear_Debug_Info();void log_Debug_Info(char *);void printf_Debug_Info(char *fmt, ...);//int SetTestId(char*);//int SetTopBoardId(char*);//int SetTopBoardVer(char*);//int InitLogDir();//unsigned int sey_memcpy(char*,char*,char,unsigned int);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?