kaiduan xie wrote:
Hi,all,
I just want to use execlp to invoke another program
from a program. It works on Linux, but it stucks on
Cygwin. Acutally, this is a very very very simple
program:
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
printf("H
Hi,all,
I just want to use execlp to invoke another program
from a program. It works on Linux, but it stucks on
Cygwin. Acutally, this is a very very very simple
program:
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
printf("Hello, cygwin!\n")
2 matches
Mail list logo