/* ISC license. */ #include #include void pathexec0 (char const *const *argv) { if (!argv[0]) _exit(0) ; pathexec(argv) ; }