dorne/cursetree/pty/epty.h

9 lines
145 B
C
Raw Normal View History

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