Search Results

Search: Posts Made By: hemanth pv
Forum: Programming 03-16-2009
43,025
Posted By hemanth pv
calling a c executable inside c program
hello please see the code snippet:-

#include<unistd.h>
int main()
{
const char* command ="./freenull";
execvp(command,NULL);
return 0;
}
/* in the same programme if u want u can create a...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 03:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy