File: cstruct_len_int32.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 (6 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[%%cstruct
  type t = {
    a: uint8_t [@len 8l]
  }
  [@@little_endian]
]