summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-12-19 10:13:36 +0100
committerTyge Løvset <[email protected]>2022-12-19 10:13:36 +0100
commit6167fa5e361b2954440594cb693f25f643eb9e0a (patch)
tree4e30a01b7274fcc4bedc24d442625d8187130d33 /docs/cpque_api.md
parent1d4ad83d6f3388982cb0aeadbc9815b4776df504 (diff)
downloadSTC-modified-6167fa5e361b2954440594cb693f25f643eb9e0a.tar.gz
STC-modified-6167fa5e361b2954440594cb693f25f643eb9e0a.zip
Some "internal" macros in ccommon.h made all caps.
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 5f234892..a68e3392 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -89,7 +89,7 @@ int main()
// Extract and display the fifty smallest.
c_forrange (50) {
- printf("%" PRIdMAX " ", *cpque_i_top(&heap));
+ printf("%" PRId64 " ", *cpque_i_top(&heap));
cpque_i_pop(&heap);
}
}