CBMC
convert_float_literal.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: C Language Conversion
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_ANSI_C_LITERALS_CONVERT_FLOAT_LITERAL_H
13
#define CPROVER_ANSI_C_LITERALS_CONVERT_FLOAT_LITERAL_H
14
15
#include <string>
16
17
#include <
util/expr.h
>
18
19
exprt
convert_float_literal
(
const
std::string &src);
20
21
#endif
// CPROVER_ANSI_C_LITERALS_CONVERT_FLOAT_LITERAL_H
exprt
Base class for all expressions.
Definition:
expr.h:56
convert_float_literal
exprt convert_float_literal(const std::string &src)
build an expression from a floating-point literal
Definition:
convert_float_literal.cpp:25
expr.h
src
ansi-c
literals
convert_float_literal.h
Generated by
1.9.1