Fix
#107
: Use uint8_t instead of u_int8_t.
代码
评审变更
检出分支
下载
补丁
文本差异
展开侧边栏
Fix #107: Use uint8_t instead of u_int8_t.
Raymond Toy
requested to merge
issue-107-use-uint8_t
into
master
May 07, 2021
Overview
0
Commits
1
Pipelines
1
Changes
1
Use the C standard type
uint8_t
instead of
u_int8_t
.
Merge request reports
Loading