Mail Archives: cygwin/1997/11/12/07:08:44
Then there is the following, which looks plausible for some versions of C;
The only question is where does the inline function return to exactly?
#include <stddef.h>
#include <process.h>
unsigned long fork ()
{
/* I'm not sure if this works for all flavors of c: */
return _beginthread(
(_USERENTRY (*)(void *))((void *){return 0L;}),
4096, (void *)NULL);
}
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -