summaryrefslogtreecommitdiffhomepage
path: root/docs/csptr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-10-29 17:02:39 +0200
committerTyge Løvset <[email protected]>2021-10-29 17:02:39 +0200
commitead0b1d0c6cc724e7f2d7eb2ed9273dd7a18935f (patch)
treec83eac9187b020e8510e3ee11e982a29f0c29152 /docs/csptr_api.md
parent9708235ec4147d2c0428c9ae5186fad452b116ad (diff)
downloadSTC-modified-ead0b1d0c6cc724e7f2d7eb2ed9273dd7a18935f.tar.gz
STC-modified-ead0b1d0c6cc724e7f2d7eb2ed9273dd7a18935f.zip
Swapped .._equals() and _equalto() functions for consistency
Diffstat (limited to 'docs/csptr_api.md')
-rw-r--r--docs/csptr_api.md1
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