Skip to content

Instantly share code, notes, and snippets.

View monomycelium's full-sized avatar

Mashrafi Rahman monomycelium

  • Singapore
View GitHub Profile
@lithdew
lithdew / main.zig
Last active May 30, 2025 17:07
zig: listen for SIGINT (linux)
const std = @import("std");
const print = std.debug.print;
const assert = std.debug.assert;
pub const signalfd_siginfo = extern struct {
signo: u32,
errno: i32,
code: i32,
pid: u32,