From 7e0f021a9aec35fd8e6725e87e3313b101d26f5e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 27 Jan 2008 11:37:44 +0100 Subject: Initial import (2.0.2-6) --- reference/C/EXAMPLES/exec_two.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 reference/C/EXAMPLES/exec_two.c (limited to 'reference/C/EXAMPLES/exec_two.c') diff --git a/reference/C/EXAMPLES/exec_two.c b/reference/C/EXAMPLES/exec_two.c new file mode 100644 index 0000000..d1d48b5 --- /dev/null +++ b/reference/C/EXAMPLES/exec_two.c @@ -0,0 +1,14 @@ +/**************************************************************** + * + * Purpose: This program is executed by exec_one to demonstrate + * the execl function. + * Author: M J Leslie + * Date: 21-Apr-96 + * + ****************************************************************/ + + +main(int argc, char *argv[]) +{ + printf("This is %s\n", argv[0]); +} -- cgit v1.2.3-54-g00ecf