blob: 775cb800eae0d9c24ce57543b79e5d768c2b3cbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* ISC license. */
#ifndef DJBUNIX_INTERNAL_H
#define DJBUNIX_INTERNAL_H
#include <sys/types.h>
extern pid_t child_spawn1_internal (char const *, char const *const *, char const *const *, int *, int) ;
#endif
|