mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
term: break out fork+exec functionality to a separate file
This commit is contained in:
parent
4d17423ed1
commit
9cdccdd2ac
4 changed files with 82 additions and 53 deletions
6
spawn.h
Normal file
6
spawn.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "reaper.h"
|
||||
|
||||
bool spawn(struct reaper *reaper, const char *cwd, char *const argv[]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue