Advertisement
Advertisement
| 03.23.2008 at 08:37PM PDT, ID: 23263378 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
#include <stdio.h>
#include <unistd.h>
int main()
{
execl("/home/james/gsoap-linux-2.7/samples/cpeserver/cpeserver", "10000", (char *) NULL);
return 0;
}
|