package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Frama_c_kernel.Format_string

type t =
  1. | String of string
  2. | WString of int64 list
exception OutOfBounds
exception NotAscii of int64
val get_char : t -> int -> char
val get_wchar : t -> int -> int64
val sub_string : t -> int -> int -> string