summaryrefslogtreecommitdiffhomepage
path: root/docs/cpqueue_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-16 13:31:13 +0100
committerTyge Løvset <[email protected]>2020-12-16 13:31:13 +0100
commit191b637299bf909d6b7b4db6e5d5e45964574a1c (patch)
tree4048c86232979ad9254813ebd6523ef22a1ba7ee /docs/cpqueue_api.md
parenta9498a706b53820817039caba6574f6a34ae78ff (diff)
downloadSTC-modified-191b637299bf909d6b7b4db6e5d5e45964574a1c.tar.gz
STC-modified-191b637299bf909d6b7b4db6e5d5e45964574a1c.zip
Renamed crandom to crand, including renaming of relevant files.
Diffstat (limited to 'docs/cpqueue_api.md')
-rw-r--r--docs/cpqueue_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpqueue_api.md b/docs/cpqueue_api.md
index ac33e68f..09cca96d 100644
--- a/docs/cpqueue_api.md
+++ b/docs/cpqueue_api.md
@@ -55,7 +55,7 @@ void cpqueue_X_erase_at(cpqueue_X* self, size_t idx);
```c
#include <stdio.h>
#include "stc/cpqueue.h"
-#include "stc/crandom.h"
+#include "stc/crand.h"
using_cvec(i, int64_t);
using_cpqueue(i, cvec_i, >); // adaptor type, '>' = min-heap