📄 convert.h
字号:
//Head file for convert.c
#ifndef __CONVERT__
#define __CONVERT__
// Reverse the direction of bits
uint8 RvsByte(uint8 dByte);
// Convert 123 to '1','2','3'
uint8* NumberToChar(uint8 Number);
#include "inc/convert.c"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -