diff options
| author | Tyge Løvset <[email protected]> | 2020-12-16 13:31:13 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-16 13:31:13 +0100 |
| commit | 191b637299bf909d6b7b4db6e5d5e45964574a1c (patch) | |
| tree | 4048c86232979ad9254813ebd6523ef22a1ba7ee /examples/priority.c | |
| parent | a9498a706b53820817039caba6574f6a34ae78ff (diff) | |
| download | STC-modified-191b637299bf909d6b7b4db6e5d5e45964574a1c.tar.gz STC-modified-191b637299bf909d6b7b4db6e5d5e45964574a1c.zip | |
Renamed crandom to crand, including renaming of relevant files.
Diffstat (limited to 'examples/priority.c')
| -rw-r--r-- | examples/priority.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/priority.c b/examples/priority.c index f6b4ecf0..40fb395e 100644 --- a/examples/priority.c +++ b/examples/priority.c @@ -4,7 +4,7 @@ #include <stc/cvec.h>
#include <stc/cpqueue.h>
#include <stc/cmap.h>
-#include <stc/crandom.h>
+#include <stc/crand.h>
using_cvec(i, int64_t);
using_cpqueue(i, cvec_i, >); // min-heap (increasing values)
|
