Ai
2 Star 0 Fork 0

mirrors_android_source/libutf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utfdef.h 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Gutkin 提交于 2014-03-05 01:22 +08:00 . Updating libutf to a newer version.
#define uchar _utfuchar
#define ushort _utfushort
#define uint _utfuint
#define ulong _utfulong
#define vlong _utfvlong
#define uvlong _utfuvlong
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;
#define nelem(x) (sizeof(x)/sizeof((x)[0]))
#define nil ((void*)0)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/libutf.git
git@gitee.com:mirrors_android_source/libutf.git
mirrors_android_source
libutf
libutf
main

搜索帮助