pcre_valid_utf8.c

来自「this is a glib for c language」· C语言 代码 · 共 14 行

C
14
字号
#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 + =
减小字号Ctrl + -
显示快捷键?