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 f38005d commit 06b0879Copy full SHA for 06b0879
FAQs.md
@@ -32,5 +32,5 @@ Issues:
32
I choose `intptr_t` because it's a integer type which also can be used to hold
33
a pointer value. Most of the time, we only need a integer to hold
34
user-provided value, see `OPT_BIT` as example. If you want to provide a pointer
35
-which points a large amount of data, you can cast it to `intptr_t` and cast it
36
-back to original pointer in callback function.f
+which points to a large amount of data, you can cast it to `intptr_t` and cast
+it back to original pointer in callback function.
0 commit comments