/****************************************************************
*
* 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]);
}