execv.c\process\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/execv.c
blob: 2ac0dec0139a0b1e349d2e23df936d029ab3627d (plain) (blame)
1
2
3
4
5
6
7
8
#include <unistd.h>
extern char **__environ;
int execv(const char *path, char *const argv[])
{
	return execve(path, argv, __environ);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 16:41:56 +0000

AltStyle によって変換されたページ (->オリジナル) /