Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/cil.mli
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,8 @@ val endsWith: string -> string -> bool
(** If string has leading and trailing __, strip them. *)
val stripUnderscores: string -> string

(** To generate new labels which do not provoke collision *)
val freshLabel: string -> string

(** {b An Interpreter for constructing CIL constructs} *)

Expand Down