mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
4 lines
95 B
C
4 lines
95 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
void slave_spawn(int ptmx, char *const argv[], int err_fd);
|