summaryrefslogtreecommitdiffhomepage
path: root/docs/cbits_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
committerTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
commit28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (patch)
tree225e7eeedf7c58dee7db5e6d5a8235b644fa8ea2 /docs/cbits_api.md
parent188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff)
downloadSTC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.tar.gz
STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.zip
Updated links to header files in docs.
Diffstat (limited to 'docs/cbits_api.md')
-rw-r--r--docs/cbits_api.md2
1 files changed, 1 insertions, 1 deletions
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.