Re: [Asterisk-Users] 'System' application exit with error evenifitperforms the job as expected

2003-08-03 Thread Dan
2003 11:05 PM Subject: Re: [Asterisk-Users] 'System' application exit with error evenifitperforms the job as expected On Fri, 2003-08-01 at 16:45, Dan wrote: > > #include > > #include > > > > int main() { > > > > int ret; > > &g

Re: [Asterisk-Users] 'System' application exit with error evenifitperforms the job as expected

2003-08-02 Thread Armand A. Verstappen
On Fri, 2003-08-01 at 16:45, Dan wrote: > > #include > > #include > > > > int main() { > > > > int ret; > > > > ret = system("/bin/ls > /dev/null"); > > > > printf("system(\"/bin/ls > /dev/null\") returned %d\n", ret); > > > > return(ret); > > } > > > > gcc m