From 28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 20 May 2021 23:43:00 +0200 Subject: Updated links to header files in docs. --- 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 006ce52a..4d1c6bcf 100644 --- a/docs/cbits_api.md +++ b/docs/cbits_api.md @@ -1,4 +1,4 @@ -# STC [cbits](../stc/cbits.h): Bitset +# STC [cbits](../include/stc/cbits.h): Bitset ![Bitset](pics/bitset.jpg) A **cbits** represents a set of bits. It provides accesses to the value of individual bits via *cbits_test()* and provides the bitwise operators that one can apply to builtin integers. The number of bits in the set is specified at runtime via a parameter to the constructor *cbits_with_size()* or by *cbits_resize()*. A **cbits** bitset can be manipulated by standard logic operators and converted to and from strings. -- cgit v1.2.3