mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
6 lines
128 B
C
6 lines
128 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include "reaper.h"
|
|
|
|
bool spawn(struct reaper *reaper, const char *cwd, char *const argv[]);
|