foot/slave.h
2019-07-17 09:39:12 +02:00

4 lines
86 B
C

#pragma once
#include <stdbool.h>
void slave_spawn(int ptmx, char *cmd, int err_fd);