1 Star 1 Fork 0

tangtao/latserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lxz_types.h 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangtao 提交于 2021-03-16 15:34 . no commit message
#ifndef __LXZ_TYPES_H__
#define __LXZ_TYPES_H__
#ifndef uint32
typedef unsigned long uint32;
#endif
#ifndef uint16
typedef unsigned short uint16;
#endif
#ifndef uint08
typedef unsigned char uint08;
#endif
#ifndef sint32
typedef long sint32;
#endif
#ifndef sint16
typedef short sint16;
#endif
#ifndef sint08
typedef char sint08;
#endif
#endif /* __LXZ_TYPES_H__ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/cyctspace/latserver.git
[email protected]:cyctspace/latserver.git
cyctspace
latserver
latserver
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385