fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
pathexec.h
Go to the documentation of this file.
1#ifndef PATHEXEC_H
2#define PATHEXEC_H
3#include "stralloc.h"
4
5extern void pathexec_run(const char *,char *const *,char *const *);
6extern int pathexec_env(const char *,const char *);
7extern int pathexec_multienv(stralloc *);
8extern void pathexec(char *const *);
9
10#endif
void pathexec(char *const *)
Definition: pathexec.c:38
void pathexec_run(const char *, char *const *, char *const *)
Definition: pathexec.c:84
int pathexec_multienv(stralloc *)
Definition: pathexec.c:32
int pathexec_env(const char *, const char *)
Definition: pathexec.c:20