dorne/cli/epty.h
Emile Clark-Boman b2f204a2cb add epty.* to extend _pty.*
stdout/stderr independence for child process
2025-09-09 21:07:34 +10:00

8 lines
133 B
C

#ifndef DORNE_EPTY_H
#define DORNE_EPTY_H
#include <sys/types.h>
pid_t forkepty(int *fdmx, int *fderr);
#endif /* DORNE_EPTY_H */