summaryrefslogtreecommitdiffhomepage
path: root/docs/crandom_api.md
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-05-23 14:33:24 +0200
committerTyge Lovset <[email protected]>2023-05-23 14:33:24 +0200
commitf80a78239f545d7d73c8358056dd5d5825ccfe0b (patch)
tree83b3e266555f1d4bd42412ea5a711a49e3002396 /docs/crandom_api.md
parent0b34cadda2bc4da1cb0904989c8a5f2fe0236358 (diff)
downloadSTC-modified-f80a78239f545d7d73c8358056dd5d5825ccfe0b.tar.gz
STC-modified-f80a78239f545d7d73c8358056dd5d5825ccfe0b.zip
Updated docs to reflect changes in cstr linking shared.
Diffstat (limited to 'docs/crandom_api.md')
-rw-r--r--docs/crandom_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md
index 7281b2d7..74e23a6a 100644
--- a/docs/crandom_api.md
+++ b/docs/crandom_api.md
@@ -67,6 +67,7 @@ double crand_norm(crand_t* rng, crand_norm_t* dist);
```c
#include <time.h>
#include <stc/crand.h>
+#define i_implement
#include <stc/cstr.h>
// Declare int -> int sorted map. Uses typetag 'i' for ints.