CoCoC icon indicating copy to clipboard operation
CoCoC copied to clipboard

CC09: enumerated types

Open Deek opened this issue 1 year ago • 0 comments

DCC needs to enumerated types of at least int width, as in

enum foo_opt {
    val,
    val2 = 0,
    val3
};```

Deek avatar Jul 14 '23 02:07 Deek