1 2 3 4 5 6 7 8 9 10 11 12
/* ISC license. */ /* MT-unsafe */ #include <skalibs/env.h> #include <skalibs/djbunix.h> #include <skalibs/environ.h> void pathexec (char const *const *argv) { pathexec_fromenv(argv, (char const **)environ, env_len((char const **)environ)) ; }