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

4 lines
74 B
C

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