dorne/cursetree/pty/epty.h

9 lines
133 B
C
Raw Normal View History

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