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 05a46b3 commit dbe013eCopy full SHA for dbe013e
crates/rustc_codegen_c/src/helper.h
@@ -1,3 +1,5 @@
1
+/* Some helper macros for the generated code */
2
+
3
/** cast from unsigned to signed
4
* example: `__rust_utos(uint32_t, int32_t, x, INT32_MAX)`
5
*/
0 commit comments