CC09: enumerated types
Open
- Dominant language
- C
- Stars
- 36
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
DCC needs to enumerated types of at least int width, as in
```c
enum foo_opt {
val,
val2 = 0,
val3
};```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.