···177177(** [encode_clcw clcw] encodes a CLCW to a 32-bit word. *)
178178179179val find_clcw : t -> (Clcw.t, Clcw.error) result option
180180-(** [find_clcw frame] extracts and decodes the CLCW from the frame's OCF if present.
181181- Returns [None] if no OCF. *)
180180+(** [find_clcw frame] extracts and decodes the CLCW from the frame's OCF if
181181+ present. Returns [None] if no OCF. *)
182182183183(** {1 Constructors} *)
184184