Skip to content

Commit cd9b6ff

Browse files
tautschnigDaniel Kroening
authored and
Daniel Kroening
committed
API Reference: __CPROVER_initialize is not part of the API
While it is a function that we generate and internally make heavy use of, it isn't usable in source code (unlike all other functions documented in the API Reference).
1 parent c90ace3 commit cd9b6ff

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/cprover-manual/api.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ relative to the base address of the object. The function
4747
**\_\_CPROVER\_DYNAMIC\_OBJECT** returns true if the pointer passed as
4848
arguments points to a dynamically allocated object.
4949
50-
#### \_\_CPROVER\_initialize
51-
52-
```C
53-
void __CPROVER_initialize(void);
54-
```
55-
56-
The function **\_\_CPROVER\_initialize** computes the initial state of
57-
the program. It is called prior to calling the main procedure of the
58-
program.
59-
6050
#### \_\_CPROVER\_input, \_\_CPROVER\_output
6151
6252
```C

0 commit comments

Comments
 (0)