mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 15:13:45 +01:00
8 lines
125 B
C
8 lines
125 B
C
typedef struct {
|
|
unsigned int signum;
|
|
void (*func)(const Arg *);
|
|
const Arg arg;
|
|
} Signal;
|
|
|
|
static int fake_signal(void);
|
|
|