Date: Mon, 19 Oct 1998 18:42:40 -0400 (EDT) Message-Id: <199810192242.SAA25110@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <70fbla$4jm$1@news.utu.fi> (juhkivij@utu.fi) Subject: Re: Problem with long parameters to system() Reply-To: djgpp AT delorie DOT com > execl("a", "", "123456789O"); execl() requires a trailing NULL: execl("a", "", "123456789O", 0);