2439905184 / 2439905184/binary-instruction
下面的代码应该使用结构体来进行读取
Open
- Dominant language
- D
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```D
byte[] head = read_head(file);
byte[1] space;
file.rawRead(space);
char[] name = read_name(file);
//分号
file.rawRead(space);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.