Module CLogic.CSVal

type t =
  1. | Sint of CSimplExpr.t
  2. | Sfloat of CSimplExpr.t
  3. | Ssingle of CSimplExpr.t
  4. | Slong of CSimplExpr.t
  5. | Sptr of CSimplExpr.t * CSimplExpr.t
  6. | Sfunptr of string
val pp : Stdlib.Format.formatter -> t -> unit