📄 string_pmp.c
字号:
//###############################################################
//# This lib will be build into a big string function collection
//# for pmp project , it will be bigger and bigger
//##############################################################
#include "string_pmp.h"
void initchar(char chartmp[],int length)
{
int i;
for (i=0;i<length;i++)
chartmp[i]='\0';
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -