foot/slave.h
2019-10-30 17:30:58 +01:00

4 lines
94 B
C

#pragma once
#include <stdbool.h>
void slave_exec(int ptmx, char *const argv[], int err_fd);