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 145ba16 commit 1be67eaCopy full SHA for 1be67ea
termux/hello_world.zig
@@ -10,8 +10,6 @@ pub fn main() !void {
10
// Prints to stderr (it's a shortcut based on `std.io.getStdErr()`)
11
std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
12
13
- std.debug.print("c.tgui_connection_create={}", &c.tgui_connection_create); ////
14
-
15
// Create a connection to the plugin
16
var conn: c.tgui_connection = null;
17
if (c.tgui_connection_create(&conn) != 0) {
0 commit comments