We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c8fe4 commit 52161cdCopy full SHA for 52161cd
src/cil.mli
@@ -2654,6 +2654,8 @@ val endsWith: string -> string -> bool
2654
(** If string has leading and trailing __, strip them. *)
2655
val stripUnderscores: string -> string
2656
2657
+(** To generate new labels which do not provoke collision *)
2658
+val freshLabel: string -> string
2659
2660
(** {b An Interpreter for constructing CIL constructs} *)
2661
0 commit comments