diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 15:22:24 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 15:22:24 +0200 |
| commit | 444088e81d590946c80909386dfcd6b926362949 (patch) | |
| tree | 1c374787856234e400a86ed3ba00422554f08841 /include/stc/cbits.h | |
| parent | 5e4d94a2dda15733c89e7b3f52aa480cb2a341bd (diff) | |
| download | STC-modified-444088e81d590946c80909386dfcd6b926362949.tar.gz STC-modified-444088e81d590946c80909386dfcd6b926362949.zip | |
Added src/libstc.c which implements all non-templated functions (e.g. from cstr, csview, cbits, crandom), but also clist.h mergesort.
- Linking with this object file eliminates the need to define i_implement in one file for these types (or i_extern for non-templated functions in templated container, currently only clist.h)
Diffstat (limited to 'include/stc/cbits.h')
| -rw-r--r-- | include/stc/cbits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/cbits.h b/include/stc/cbits.h index 9c7081f7..b3f5ac4d 100644 --- a/include/stc/cbits.h +++ b/include/stc/cbits.h @@ -325,3 +325,4 @@ STC_DEF bool _cbits_disjoint(const uint64_t* set, const uint64_t* other, const s #undef i_header
#undef i_implement
#undef i_static
+#undef i_exterm
|
