We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057dade commit 6450ebfCopy full SHA for 6450ebf
docs/how-to/looping.example.c
@@ -89,6 +89,6 @@ int main(int argc, char const* const* argv) {
89
return 2;
90
}
91
// Get the value returned with `amongoc_just` in `loop_step`
92
- printf("Got final value: %lu\n", amongoc_box_cast(uint64_t, result));
+ printf("Got final value: %" PRIu64 "\n", amongoc_box_cast(uint64_t, result));
93
return 0;
94
0 commit comments