diff options
Diffstat (limited to 'docs/csptr_api.md')
| -rw-r--r-- | docs/csptr_api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/csptr_api.md b/docs/csptr_api.md index 60825152..ba85ba8c 100644 --- a/docs/csptr_api.md +++ b/docs/csptr_api.md @@ -52,7 +52,6 @@ void csptr_X_reset_with(csptr_X* self, i_val val); // make and as void csptr_X_reset_from(csptr_X* self, i_val* p); // create csptr from p. int csptr_X_compare(const csptr_X* x, const csptr_X* y); -bool csptr_X_equals(const csptr_X* x, const csptr_X* y); ``` ## Types and constants |
