foot/slave.h

5 lines
74 B
C
Raw Normal View History

2019-06-13 15:19:10 +02:00
#pragma once
#include <stdbool.h>
2019-07-17 09:30:39 +02:00
void slave_spawn(int ptmx, char *cmd);