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.
2 parents 396f22a + c5bb0da commit f8e0be2Copy full SHA for f8e0be2
dmsrc/udp.dm
@@ -1 +1 @@
1
-#define rustg_udp_send(addr, text) call(RUST_G, "udp_send")(addr, text)
+#define rustg_udp_send(addr, text) RUSTG_CALL(RUST_G, "udp_send")(addr, text)
0 commit comments