aboutsummaryrefslogblamecommitdiffstats
path: root/tests/exec.c
blob: f9705d1aaee6e5bfbf83d4c295709dbaab9aec98 (plain) (tree)
1
2
3
4
5
6
7






                                                                 
#include <unistd.h>

int
main(void)
{
	return execlp("printf", "printf", "hello world\n", NULL);
}