summaryrefslogtreecommitdiffhomepage
path: root/docs/crandom_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
committerTyge Løvset <[email protected]>2022-06-01 19:03:49 +0200
commit14b85f80eddd835f2fb9c5925cd8728264fc73cf (patch)
treeca21a18f424b957f4970dca8c313e850713791e5 /docs/crandom_api.md
parent254e61e2774d6b8fa6064e61c054014bfc460d91 (diff)
downloadSTC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.tar.gz
STC-modified-14b85f80eddd835f2fb9c5925cd8728264fc73cf.zip
Update docs on i_implement / shared linking.
Diffstat (limited to 'docs/crandom_api.md')
-rw-r--r--docs/crandom_api.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md
index 3047d116..3e6ae8f0 100644
--- a/docs/crandom_api.md
+++ b/docs/crandom_api.md
@@ -72,7 +72,6 @@ double stc64_normalf(stc64_t* rng, stc64_normalf_t* dist);
```c
#include <time.h>
#include <stc/crandom.h>
-#define i_implement
#include <stc/cstr.h>
// Declare int -> int sorted map. Uses typetag 'i' for ints.