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