Skip to content
Snippets Groups Projects
Commit 328bae76 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[doc] rephrase Floating_point.has_suffix doc

parent 97d4fb49
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ type parsed_float = {
val parse: string -> Cil_types.fkind * parsed_float
(** Checks if the (uppercased) string ends with an explicit [F|D|L]
suffix for the given float kind. *)
suffix corresponding to the given float kind. *)
val has_suffix: Cil_types.fkind -> string -> bool
val pretty_normal : use_hex : bool -> Format.formatter -> float -> unit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment