www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/10/19/18:42:59

Date: Mon, 19 Oct 1998 18:42:40 -0400 (EDT)
Message-Id: <199810192242.SAA25110@indy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
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);

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019