From b2103dc2084f2f0b05645acc7879c9ff5ad84a05 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 12 Oct 2022 17:56:17 +0200 Subject: Minor change in cbits print to str. --- docs/cbits_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cbits_api.md') diff --git a/docs/cbits_api.md b/docs/cbits_api.md index 84878e30..269db9b3 100644 --- a/docs/cbits_api.md +++ b/docs/cbits_api.md @@ -40,7 +40,7 @@ bool cbits_test(const cbits* self, size_t i); bool cbits_at(const cbits* self, size_t i); // same as cbits_test() bool cbits_subset_of(const cbits* self, const cbits* other); // is set a subset of other? bool cbits_disjoint(const cbits* self, const cbits* other); // no common bits -char* cbits_to_str(const cbits* self, char* str, size_t start, intptr_t stop); +char* cbits_to_str(const cbits* self, char* str, size_t start, size_t stop); void cbits_set(cbits* self, size_t i); void cbits_reset(cbits* self, size_t i); -- cgit v1.2.3