📄 pcre_valid_utf8.c
字号:
#include "pcre_internal.h"/* * This function is not needed by GRegex, so print an error and * return always -1, that is the string is a valid UTF-8 encoded * string. */int_pcre_valid_utf8(const uschar *string, int length){g_warning ("%s: this function should not be called", G_STRLOC);return -1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -