File: cenum_not_a_variant.ml

package info (click to toggle)
ocaml-cstruct 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 904 kB
  • sloc: ml: 3,578; ansic: 53; makefile: 28; javascript: 21
file content (5 lines) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (3)
1
2
3
4
5
[%%cenum
  type t =
    { x : uint8_t
    }
]