Skip to content

Commit c90ace3

Browse files
tautschnigDaniel Kroening
authored and
Daniel Kroening
committed
API Reference: remove string abstraction functions
These functions can only be used with --string-abstraction, which in turn is unmaintained, untested, and actually broken. Do not suggest these functions were available.
1 parent e2d44c9 commit c90ace3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/cprover-manual/api.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +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\_is\_zero\_string, \_\_CPROVER\_zero\_string\_length, \_\_CPROVER\_buffer\_size
51-
52-
```C
53-
_Bool __CPROVER_is_zero_string(const void *);
54-
__CPROVER_size_t __CPROVER_zero_string_length(const void *);
55-
__CPROVER_size_t __CPROVER_buffer_size(const void *);
56-
```
57-
5850
#### \_\_CPROVER\_initialize
5951
6052
```C

0 commit comments

Comments
 (0)