1 2 3 4 5 6 7 8 9 10
/* ISC license. */ #include <unistd.h> #include <skalibs/djbunix.h> void pathexec0 (char const *const *argv) { if (!argv[0]) _exit(0) ; pathexec(argv) ; }