⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utf8.h

📁 Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful ut
💻 H
字号:
/* utf8.h *  * $Id: utf8.h,v 1.2 2003/11/08 18:24:58 whamann Exp $ *  * Notice: This header file contains declarations of functions and types that * are just used internally. All library functions and types that are supposed * to be publicly accessable are defined in ./src/ming.h. */#ifndef SWF_UTF8_H_INCLUDED#define SWF_UTF8_H_INCLUDED#include "ming.h"int UTF8Length(const char *string);unsigned short UTF8GetChar(const char** strptr);int UTF8ExpandString(const char* string, unsigned short** outstr);#endif /* SWF_UTF8_H_INCLUDED */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -