From ead0b1d0c6cc724e7f2d7eb2ed9273dd7a18935f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 29 Oct 2021 17:02:39 +0200 Subject: Swapped .._equals() and _equalto() functions for consistency --- docs/csptr_api.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/csptr_api.md') 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 -- cgit v1.2.3