package goblint-cil

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

Module GoblintCil.EscapeSource

Sourcetype wchar = int64

OCaml types used to represent wide characters and strings

Sourcetype wstring = wchar list
Sourceval escape_char : char -> string

escape various constructs in accordance with C lexical rules

Sourceval escape_string : string -> string
Sourceval escape_wchar : wchar -> string
Sourceval escape_wstring : wstring -> string
OCaml

Innovation. Community. Security.