hpath/unix/include/execvpe.h

14 lines
387 B
C
Raw Normal View History

2020-04-14 09:27:28 +00:00
/* ----------------------------------------------------------------------------
(c) The University of Glasgow 2004
Interface for code in cbits/execvpe.c
------------------------------------------------------------------------- */
#ifndef HSUNIX_EXECVPE_H
#define HSUNIX_EXECVPE_H
extern int
__hsunix_execvpe(const char *name, char *const argv[], char *const envp[]);
#endif