8 lines
142 B
C
8 lines
142 B
C
#ifndef PKIN_INTERNAL
|
|
#define PKIN_INTERNAL
|
|
|
|
#include <sys/types.h>
|
|
|
|
pid_t pkin__spawn(char *args[], int infd, int outfd, int errfd);
|
|
|
|
#endif
|