summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-03-27 20:17:57 +0200
committerTyge Løvset <[email protected]>2023-03-27 20:17:57 +0200
commit26cd0a73422cdbcd4998170e179fa0f3ce48e9a5 (patch)
treedf7828078cc8bca74d62fb930b3b53d228084080 /docs/cpque_api.md
parente35036deef4fc8f17cc9221e2e666dfdb832ba78 (diff)
downloadSTC-modified-26cd0a73422cdbcd4998170e179fa0f3ce48e9a5.tar.gz
STC-modified-26cd0a73422cdbcd4998170e179fa0f3ce48e9a5.zip
Some missing files.
Diffstat (limited to 'docs/cpque_api.md')
-rw-r--r--docs/cpque_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md
index b3a1a9ec..134a920f 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -84,7 +84,7 @@ int main()
// Add some negative ones.
int nums[] = {-231, -32, -873, -4, -343};
- c_forrange (i, c_ARRAYLEN(nums))
+ c_forrange (i, c_arraylen(nums))
cpque_i_push(&heap, nums[i]);
// Extract and display the fifty smallest.