Frama-C API - Cstring
val pretty : Stdlib.Format.formatter -> cst -> unitval str_len : cst -> Lang.F.term -> Lang.F.predProperty defining the size of the string in bytes, with \0 terminator included.
val str_val : cst -> Lang.F.termThe array containing the char of the constant
val str_id : cst -> intNon-zero integer, unique for each different string literal
val char_at : cst -> Lang.F.term -> Lang.F.termval cluster : unit -> Definitions.clusterThe cluster where all strings are defined.
