diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 19:03:49 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 19:03:49 +0200 |
| commit | 14b85f80eddd835f2fb9c5925cd8728264fc73cf (patch) | |
| tree | ca21a18f424b957f4970dca8c313e850713791e5 /docs/cbits_api.md | |
| parent | 254e61e2774d6b8fa6064e61c054014bfc460d91 (diff) | |
| download | STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.tar.gz STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.zip | |
Update docs on i_implement / shared linking.
Diffstat (limited to 'docs/cbits_api.md')
| -rw-r--r-- | docs/cbits_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbits_api.md b/docs/cbits_api.md index b18526f3..84878e30 100644 --- a/docs/cbits_api.md +++ b/docs/cbits_api.md @@ -64,7 +64,7 @@ void cbits_xor(cbits* self, const cbits* other); // set ## Example ```c -#define i_implement // implementation of cbits_count() only once. +#define i_implement // force shared implementation of some cbits functionn. #include <stc/cbits.h> #include <stdio.h> #include <math.h> |
