📄 gui_getstringdistx.c
字号:
/*************************************************************************************************************
uC/GUI
嵌入式通用图形软件
File : GUI_GetStringDistX.C
Purpose : Implementation of optional routine
************************************************************************************************************/
#include <stddef.h> /* needed for definition of NULL */
#include <stdio.h>
#include <string.h>
#include "GUI_Protected.H"
int GUI_GetStringDistX(const char GUI_FAR *s)
{
return GUI_GetLineDistX(s, strlen(s));
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -