Files
ladybird/Userland/Libraries
Sam Atkins 32ab09a930 LibCore: Add a wrapper for execvpe() and friends
This is a single function, which behaves like the various LibC exec()
functions depending on the passed parameters. No direct equivalent is
made for execl() - you have to wrap your arguments in a Span of some
kind.

On Serenity, this calls the syscall directly, whereas Lagom forwards to
the appropriate LibC function.
2022-04-11 21:09:42 +02:00
..
2022-04-03 19:15:14 +02:00
2022-04-08 14:02:02 +04:30
2022-04-11 20:19:10 +02:00