summaryrefslogtreecommitdiffhomepage
path: root/examples/bits.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-07-22 13:01:47 +0200
committerTyge Løvset <[email protected]>2020-07-22 13:01:47 +0200
commitc47f6949cbd6d851eddb83cc1b9aa4e2cf3dbe61 (patch)
treeb9738ca838fb0ad40bda6a117263f3e78fd024fc /examples/bits.c
parente0ebdfb05aa543eac980920949bc993e1bec931b (diff)
downloadSTC-modified-c47f6949cbd6d851eddb83cc1b9aa4e2cf3dbe61.tar.gz
STC-modified-c47f6949cbd6d851eddb83cc1b9aa4e2cf3dbe61.zip
Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed _front() and _back() signatures.
Diffstat (limited to 'examples/bits.c')
-rw-r--r--examples/bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bits.c b/examples/bits.c
index 9767f8a3..3a10e48c 100644
--- a/examples/bits.c
+++ b/examples/bits.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "cbitvec.h"
+#include <stc/cbitvec.h>
int main() {
CBitVec vec = cbitvec_make(23, true);