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