utf_tests.h
来自「utf8转换工具」· C头文件 代码 · 共 27 行
H
27 行
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#ifndef utf_tests_h__
#define utf_tests_h__
#include "utf_functions.h"
bool TESTconvertHex2UTF();
bool TESTconvertUTF2Hex();
bool TESTfindLengthUTF();
bool TESTgenerateUTFFileDetails();
bool TESThex2binary();
bool TESTbinary2hex();
#endif //utf_tests_h__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?