diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 10:33:00 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 10:33:00 +0200 |
| commit | d7a19420e0aec71a2a840f68a54549c8a951f929 (patch) | |
| tree | d804c815661c4e5ae9c2a67eeed85cfe0b819b55 /docs/crandom_api.md | |
| parent | c25b6d39f4ebbc1785108fd248b67fe9e8c95e92 (diff) | |
| download | STC-modified-d7a19420e0aec71a2a840f68a54549c8a951f929.tar.gz STC-modified-d7a19420e0aec71a2a840f68a54549c8a951f929.zip | |
Update docs regarding i_implement for cstr, cview, cbits, ...
Diffstat (limited to 'docs/crandom_api.md')
| -rw-r--r-- | docs/crandom_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/crandom_api.md b/docs/crandom_api.md index 3e6ae8f0..3047d116 100644 --- a/docs/crandom_api.md +++ b/docs/crandom_api.md @@ -72,6 +72,7 @@ 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. |
