8 lines
145 B
C
8 lines
145 B
C
#ifndef CURSETREE_EPTY_H
|
|
#define CURSETREE_EPTY_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
pid_t forkepty(int *fdmx, int *fderr);
|
|
|
|
#endif /* CURSETREE_EPTY_H */
|